• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "package": "com.example.downloadcloudsync",
4    "name": "entry",
5    "mainAbility": "com.example.statistics.MainAbility",
6    "type": "entry",
7    "srcEntrance": "./ets/Application/AbilityStage.ts",
8    "description": "$string:entry_desc",
9    "mainElement": "MainAbility",
10    "deviceTypes": [
11      "tablet",
12      "default",
13      "phone",
14      "2in1"
15    ],
16    "deliveryWithInstall": true,
17    "installationFree": false,
18    "pages": "$profile:main_pages",
19    "uiSyntax": "ets",
20    "abilities": [
21      {
22        "name": "com.example.statistics.MainAbility",
23        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
24        "description": "$string:MainAbility_desc",
25        "icon": "$media:icon",
26        "label": "$string:MainAbility_label",
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}