1{
2    "module": {
3        "name": "phone",
4        "type": "entry",
5        "srcEntrance": "./ets/Application/AbilityStage.ts",
6        "description": "$string:phone_entry_dsc",
7        "mainElement": "MainAbility",
8        "deviceTypes": [
9            "default",
10            "tablet",
11            "2in1",
12            "wearable"
13        ],
14        "deliveryWithInstall": true,
15        "installationFree": false,
16        "uiSyntax": "ets",
17        "pages": "$profile:main_pages",
18        "abilities": [
19            {
20                "name": "com.example.actsgetdisplayidtest.MainAbility",
21                "srcEntrance": "./ets/MainAbility/MainAbility.ts",
22                "description": "$string:phone_entry_main",
23                "icon": "$media:icon",
24                "label": "$string:entry_label",
25                "visible": true,
26                "orientation": "portrait",
27                "skills": [
28                    {
29                        "actions": [
30                            "action.system.home"
31                        ],
32                        "entities": [
33                            "entity.system.home"
34                        ]
35                    }
36                ]
37            }
38        ],
39        "requestPermissions": [
40            {
41                "name": "ohos.permission.GET_BUNDLE_INFO",
42                "reason": "need use ohos.permission.GET_BUNDLE_INFO"
43            },
44            {
45                "name": "ohos.permission.CLEAN_BACKGROUND_PROCESSES",
46                "reason": "need use ohos.permission.CLEAN_BACKGROUND_PROCESSES"
47            },
48            {
49                "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
50                "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
51            },
52            {
53                "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND",
54                "reason": "need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
55            }
56        ]
57    }
58}