• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "entry",
4    "type": "entry",
5    "srcEntrance": "./ets/Application/MyAbilityStage.ts",
6    "description": "$string:entry_desc",
7    "mainElement": "MainAbility",
8    "deviceTypes": [
9      "default",
10      "tablet"
11    ],
12    "deliveryWithInstall": true,
13    "installationFree": false,
14    "pages": "$profile:main_pages",
15    "uiSyntax": "ets",
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    "extensionAbilities": [
39      {
40        "description": "InputMethodExtDemo",
41        "icon": "$media:app_icon",
42        "name": "InputMethodExtAbility",
43        "srcEntrance": "./ets/InputMethodExtAbility/InputMethodExtAbility.ts",
44        "type": "inputMethod",
45        "visible": true
46      }
47    ]
48  }
49}