15eec62ecSopenharmony_ci{
25eec62ecSopenharmony_ci  "module": {
35eec62ecSopenharmony_ci    "name": "phone-wallpaper",
45eec62ecSopenharmony_ci    "type": "feature",
55eec62ecSopenharmony_ci    "srcEntrance": "./ets/Application/AbilityStage.ts",
65eec62ecSopenharmony_ci    "description": "$string:myapplication_desc",
75eec62ecSopenharmony_ci    "mainElement": "MainAbility",
85eec62ecSopenharmony_ci    "deviceTypes": [
95eec62ecSopenharmony_ci      "phone"
105eec62ecSopenharmony_ci    ],
115eec62ecSopenharmony_ci    "deliveryWithInstall": true,
125eec62ecSopenharmony_ci    "installationFree": false,
135eec62ecSopenharmony_ci    "pages": "$profile:main_pages",
145eec62ecSopenharmony_ci    "uiSyntax": "ets",
155eec62ecSopenharmony_ci    "requestPermissions": [
165eec62ecSopenharmony_ci      {
175eec62ecSopenharmony_ci        "name": "ohos.permission.GET_WALLPAPER"
185eec62ecSopenharmony_ci      },
195eec62ecSopenharmony_ci      {
205eec62ecSopenharmony_ci        "name": "ohos.permission.READ_USER_STORAGE"
215eec62ecSopenharmony_ci      }
225eec62ecSopenharmony_ci    ],
235eec62ecSopenharmony_ci    "extensionAbilities": [
245eec62ecSopenharmony_ci      {
255eec62ecSopenharmony_ci        "name": "WallpaperExtAbility",
265eec62ecSopenharmony_ci        "srcEntrance": "./ets/WallpaperExtAbility/WallpaperExtAbility.ts",
275eec62ecSopenharmony_ci        "description": "$string:MainAbility_desc",
285eec62ecSopenharmony_ci        "icon": "$media:icon",
295eec62ecSopenharmony_ci        "label": "$string:app_name",
305eec62ecSopenharmony_ci        "visible": true,
315eec62ecSopenharmony_ci        "type": "wallpaper",
325eec62ecSopenharmony_ci      }
335eec62ecSopenharmony_ci    ]
345eec62ecSopenharmony_ci  }
355eec62ecSopenharmony_ci}