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