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