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