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