• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "entry_test",
4    "type": "entry",
5    "srcEntrance": "./ets/Application/MyAbilityStage.ts",
6    "description": "$string:entry_desc",
7    "mainElement": "MainAbility",
8    "deviceTypes": [
9      "tablet",
10      "default",
11      "phone"
12    ],
13    "deliveryWithInstall": true,
14    "installationFree": false,
15    "pages": "$profile:main_pages",
16    "abilities": [
17      {
18        "name": "MainAbility",
19        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
20        "description": "$string:MainAbility_desc",
21        "icon": "$media:icon",
22        "label": "$string:MainAbility_label",
23        "startWindowIcon": "$media:icon",
24        "startWindowBackground": "$color:white",
25        "visible": true,
26        "skills": [
27          {
28            "entities": [
29              "entity.system.home"
30            ],
31            "actions": [
32              "action.system.home"
33            ]
34          }
35        ]
36      }
37    ]
38  }
39}