1{
2  "module": {
3    "name": "entry_test",
4    "type": "feature",
5    "description": "$string:module_test_desc",
6    "srcEntry": "./ets/Application/AbilityStage.ts",
7    "mainElement": "MainAbility",
8    "deviceTypes": [
9      "default",
10      "tablet",
11      "2in1",
12      "wearable"
13    ],
14    "deliveryWithInstall": true,
15    "installationFree": false,
16    "pages": "$profile:test_pages",
17    "abilities": [
18      {
19        "name": "MainAbility",
20        "srcEntry": "./ets/mainability/MainAbility.ets",
21        "description": "$string:MainAbility_desc",
22        "icon": "$media:icon",
23        "label": "$string:MainAbility_label",
24        "exported": true,
25        "startWindowIcon": "$media:icon",
26        "startWindowBackground": "$color:start_window_background",
27        "skills": [
28          {
29            "actions": [
30              "action.system.home"
31            ],
32            "entities": [
33              "entity.system.home"
34            ]
35          }
36        ]
37      }
38    ]
39  }
40}