• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "module": {
3        "name": "phone",
4        "type": "entry",
5        "srcEntrance": "./ets/Application/AbilityStage.ts",
6        "description": "$string:phone_entry_dsc",
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        "uiSyntax": "ets",
19        "abilities": [
20            {
21                "name": "com.example.badge.MainAbility",
22                "srcEntrance": "./ets/MainAbility/MainAbility.ts",
23                "description": "$string:phone_entry_main",
24                "icon": "$media:icon",
25                "label": "$string:entry_label",
26                "startWindowIcon": "$media:icon",
27                "startWindowBackground": "$color:white",
28                "visible": true,
29                "orientation": "portrait",
30                "skills": [
31                    {
32                        "entities": [
33                            "entity.system.home"
34                        ],
35                        "actions": [
36                            "action.system.home"
37                        ]
38                    }
39                ]
40            }
41        ]
42    }
43}