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