• 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            "2in1",
13            "wearable"
14        ],
15        "deliveryWithInstall": true,
16        "installationFree": false,
17        "pages": "$profile:main_pages",
18        "abilities": [
19            {
20                "name": "MainAbility",
21                "srcEntrance": "./ets/MainAbility/MainAbility.ets",
22                "description": "$string:MainAbility_desc",
23                "icon": "$media:icon",
24                "label": "$string:MainAbility_label",
25                "startWindowIcon": "$media:icon",
26                "startWindowBackground": "$color:white",
27                "visible": true,
28                "skills": [
29                    {
30                        "entities": [
31                            "entity.system.home"
32                        ],
33                        "actions": [
34                            "action.system.home"
35                        ]
36                    }
37                ]
38            }
39        ]
40    }
41}