1{
2  "app": {
3    "bundleName": "com.ohos.actshttpscertificatetest",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.ohos.actshttpscertificatetest",
13    "name": ".entry_test",
14    "mainAbility": ".TestAbility",
15    "deviceType": [
16      "wearable",
17      "default",
18      "tablet",
19      "2in1"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry_test",
24      "moduleType": "feature",
25      "installationFree": false
26    },
27    "defPermissions": [
28      {
29        "availableScope": [],
30        "grantMode": "system_grant",
31        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
32      }
33    ],
34    "reqPermissions": [
35      {
36        "name": "ohos.permission.DISTRIBUTED_DATASYNC",
37        "reason": "ceshi"
38      },
39      {
40        "name" : "ohos.permission.INTERNET",
41        "reason" : "need use ohos.permission.INTERNET"
42      }
43    ],
44    "abilities": [
45      {
46        "skills": [
47          {
48            "entities": [
49              "entity.system.home"
50            ],
51            "actions": [
52              "action.system.home"
53            ]
54          }
55        ],
56        "orientation": "unspecified",
57        "formsEnabled": false,
58        "name": ".TestAbility",
59        "srcLanguage": "js",
60        "srcPath": "TestAbility",
61        "icon": "$media:icon",
62        "description": "$string:TestAbility_desc",
63        "label": "$string:TestAbility_label",
64        "type": "page",
65        "visible": true,
66        "launchType": "standard"
67      }
68    ],
69    "js": [
70      {
71        "pages": [
72          "pages/index/index"
73        ],
74        "name": ".TestAbility",
75        "window": {
76          "designWidth": 720,
77          "autoDesignWidth": false
78        }
79      }
80    ],
81    "testRunner": {
82      "name": "OpenHarmonyTestRunner",
83      "srcPath": "TestRunner"
84    }
85  }
86}