• 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    ],
12    "deliveryWithInstall": true,
13    "installationFree": false,
14    "pages": "$profile:main_pages",
15    "abilities": [
16      {
17        "name": "MainAbility",
18        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
19        "description": "$string:MainAbility_desc",
20        "icon": "$media:icon",
21        "label": "$string:MainAbility_label",
22        "startWindowIcon": "$media:icon",
23        "startWindowBackground": "$color:white",
24        "visible": true,
25        "skills": [
26          {
27            "entities": [
28              "entity.system.home"
29            ],
30            "actions": [
31              "action.system.home"
32            ]
33          }
34        ]
35      }
36    ],
37    "requestPermissions": [
38      {
39        "name":"ohos.permission.SET_TIME",
40        "reason":"need use ohos.permission.SET_TIME."
41      },
42      {
43        "name":"ohos.permission.SET_TIME_ZONE",
44        "reason":"need use ohos.permission.SET_TIME_ZONE."
45      }
46    ]
47  }
48}