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