1bc03f14fSopenharmony_ci{
2bc03f14fSopenharmony_ci  "module": {
3bc03f14fSopenharmony_ci    "name": "entry",
4bc03f14fSopenharmony_ci    "type": "entry",
5bc03f14fSopenharmony_ci    "srcEntrance": "./ets/Application/MyAbilityStage.ts",
6bc03f14fSopenharmony_ci    "description": "$string:entry_desc",
7bc03f14fSopenharmony_ci    "mainElement": "MainAbility",
8bc03f14fSopenharmony_ci    "deviceTypes": [
9bc03f14fSopenharmony_ci      "default",
10bc03f14fSopenharmony_ci      "tablet",
11bc03f14fSopenharmony_ci      "2in1",
12bc03f14fSopenharmony_ci      "phone"
13bc03f14fSopenharmony_ci    ],
14bc03f14fSopenharmony_ci    "deliveryWithInstall": true,
15bc03f14fSopenharmony_ci    "installationFree": false,
16bc03f14fSopenharmony_ci    "pages": "$profile:main_pages",
17bc03f14fSopenharmony_ci    "abilities": [],
18bc03f14fSopenharmony_ci    "requestPermissions": [
19bc03f14fSopenharmony_ci      {
20bc03f14fSopenharmony_ci        "name": "ohos.permission.MANAGE_SECURE_SETTINGS"
21bc03f14fSopenharmony_ci      },
22bc03f14fSopenharmony_ci      {
23bc03f14fSopenharmony_ci        "name": "ohos.permission.MANAGE_SETTINGS"
24bc03f14fSopenharmony_ci      },
25bc03f14fSopenharmony_ci      {
26bc03f14fSopenharmony_ci        "name": "ohos.permission.GET_BUNDLE_INFO"
27bc03f14fSopenharmony_ci      }
28bc03f14fSopenharmony_ci    ],
29bc03f14fSopenharmony_ci    "extensionAbilities": [
30bc03f14fSopenharmony_ci      {
31bc03f14fSopenharmony_ci        "name": "ToastExtensionAbility",
32bc03f14fSopenharmony_ci        "srcEntrance": "./ets/ServiceExtAbility/ToastExtensionAbility.ts",
33bc03f14fSopenharmony_ci        "description": "$string:ToastExtensionAbility_desc",
34bc03f14fSopenharmony_ci        "icon": "$media:icon",
35bc03f14fSopenharmony_ci        "label":"$string:ToastExtensionAbility_label",
36bc03f14fSopenharmony_ci        "visible": false,
37bc03f14fSopenharmony_ci        "type": "service"
38bc03f14fSopenharmony_ci      },
39bc03f14fSopenharmony_ci      {
40bc03f14fSopenharmony_ci        "name": "PasteboardSwitchAbility",
41bc03f14fSopenharmony_ci        "srcEntry": "./ets/pasteboardswitchability/PasteboardSwitchAbility.ets",
42bc03f14fSopenharmony_ci        "description": "$string:PasteboardSwitchAbility_desc",
43bc03f14fSopenharmony_ci        "label": "$string:PasteboardSwitchAbility_label",
44bc03f14fSopenharmony_ci        "type": "sys/commonUI",
45bc03f14fSopenharmony_ci        "exported": true
46bc03f14fSopenharmony_ci      }
47bc03f14fSopenharmony_ci    ],
48bc03f14fSopenharmony_ci    "metadata": [
49bc03f14fSopenharmony_ci      {
50bc03f14fSopenharmony_ci        "name": "action.settings.search.path",
51bc03f14fSopenharmony_ci        "value": "searchConfig/searchPage.json"
52bc03f14fSopenharmony_ci      }
53bc03f14fSopenharmony_ci    ]
54bc03f14fSopenharmony_ci  }
55bc03f14fSopenharmony_ci}