• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "ohos.global.test.all",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.global.test.all",
13    "name": ".entry",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "default"
17    ],
18    "distro": {
19      "deliveryWithInstall": true,
20      "moduleName": "entry",
21      "moduleType": "entry",
22      "installationFree": false
23    },
24    "abilities": [
25      {
26        "skills": [
27          {
28            "entities": [
29              "entity.system.home"
30            ],
31            "actions": [
32              "action.system.home"
33            ]
34          }
35        ],
36        "orientation": "unspecified",
37        "formsEnabled": false,
38        "name": ".MainAbility",
39        "srcLanguage": "js",
40        "srcPath": "MainAbility",
41        "icon": "$media:icon",
42        "description": "$string:MainAbility_desc",
43        "label": "$string:entry_MainAbility",
44        "type": "page",
45        "visible": true,
46        "launchType": "standard"
47      }
48    ],
49    "js": [
50      {
51        "pages": [
52          "pages/index/index"
53        ],
54        "name": ".MainAbility",
55        "window": {
56          "designWidth": 720,
57          "autoDesignWidth": false
58        }
59      }
60    ]
61  }
62}