1{
2  "app": {
3    "bundleName": "com.example.amsZipfileUnzipfileST",
4    "vendor": "example",
5    "version": {
6      "code": 1,
7      "name": "1.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.example.amsZipfileUnzipfileST",
13    "name": ".entry",
14    "mainAbility": ".MainAbility",
15    "srcPath": "",
16    "deviceType": [
17      "tablet",
18      "default",
19      "2in1",
20      "wearable"
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              "flag.home.intent.from.system"
35            ],
36            "actions": [
37              "action.system.home"
38            ]
39          }
40        ],
41        "orientation": "unspecified",
42        "formsEnabled": false,
43        "name": ".MainAbility",
44        "srcLanguage": "js",
45        "srcPath": "MainAbility",
46        "icon": "$media:icon",
47        "description": "$string:MainAbility_desc",
48        "label": "$string:MainAbility_label",
49        "type": "page",
50        "visible": true,
51        "launchType": "standard"
52      }
53    ],
54    "reqPermissions": [],
55    "js": [
56      {
57        "pages": [
58          "pages/index/index"
59        ],
60        "name": ".MainAbility",
61        "window": {
62          "designWidth": 720,
63          "autoDesignWidth": false
64        }
65      }
66    ]
67  }
68}