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_test",
14    "mainAbility": ".MainAbility",
15    "srcPath": "",
16    "deviceType": [
17      "tablet",
18      "default",
19      "2in1",
20      "wearable"
21    ],
22    "distro": {
23      "deliveryWithInstall": true,
24      "moduleName": "entry_test",
25      "moduleType": "feature",
26      "installationFree": false
27    },
28    "abilities": [
29      {
30        "orientation": "unspecified",
31        "formsEnabled": false,
32        "name": ".TestAbility",
33        "srcLanguage": "js",
34        "srcPath": "TestAbility",
35        "icon": "$media:icon",
36        "description": "$string:TestAbility_desc",
37        "label": "$string:TestAbility_label",
38        "type": "page",
39        "visible": true,
40        "launchType": "standard"
41      }
42    ],
43    "reqPermissions": [
44      {
45        "name": "ohos.permission.DISTRIBUTED_DATASYNC",
46        "reason": "ceshi"
47      }
48    ],
49    "js": [
50      {
51        "pages": [
52          "pages/index/index"
53        ],
54        "name": ".TestAbility",
55        "window": {
56          "designWidth": 720,
57          "autoDesignWidth": false
58        }
59      }
60    ],
61    "testRunner": {
62      "name": "OpenHarmonyTestRunner",
63      "srcPath": "TestRunner"
64    },
65    "defPermissions": [
66      {
67        "availableScope": [],
68        "grantMode": "system_grant",
69        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
70      }
71    ]
72  }
73}