1{
2  "module": {
3    "name": "entry_test",
4    "type": "entry",
5    "srcEntrance": "./ets/Application/TestAbilityStage.ts",
6    "description": "$string:entry_test_desc",
7    "mainElement": "MainAbility",
8    "deviceTypes": [
9      "phone",
10      "default",
11      "tablet",
12      "2in1"
13    ],
14    "requestPermissions": [
15      { "name" : "ohos.permission.APP_TRACKING_CONSENT" }
16    ],
17    "deliveryWithInstall": true,
18    "installationFree": false,
19    "pages": "$profile:main_pages",
20    "abilities": [
21      {
22        "name": "MainAbility",
23        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
24        "description": "$string:TestAbility_desc",
25        "icon": "$media:icon",
26        "label": "$string:TestAbility_label",
27        "visible": true,
28        "startWindowIcon": "$media:icon",
29        "startWindowBackground": "$color:white",
30        "skills": [
31          {
32            "actions": [
33              "action.system.home"
34            ],
35            "entities": [
36              "entity.system.home"
37            ]
38          }
39        ]
40      }
41    ]
42  }
43}
44