1{
2  "app": {
3    "bundleName": "ohos.acts.dataObject",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.acts.dataObject",
13    "name": ".entry_test",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "default",
17      "tablet",
18      "phone",
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": "user_grant",
31        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
32      }
33    ],
34    "reqPermissions": [
35      {
36        "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
37        "reason": "ceshi"
38      },
39      {
40        "name": "ohos.permission.DISTRIBUTED_DATASYNC",
41        "reason": "ceshi"
42      }
43    ],
44    "abilities": [
45      {
46        "orientation": "unspecified",
47        "formsEnabled": false,
48        "name": ".TestAbility",
49        "srcLanguage": "js",
50        "srcPath": "TestAbility",
51        "icon": "$media:icon",
52        "description": "$string:TestAbility_desc",
53        "label": "$string:TestAbility_label",
54        "type": "page",
55        "visible": true,
56        "launchType": "standard"
57      }
58    ],
59    "js": [
60      {
61        "pages": [
62          "pages/index/index"
63        ],
64        "name": ".TestAbility",
65        "window": {
66          "designWidth": 720,
67          "autoDesignWidth": false
68        }
69      }
70    ],
71    "testRunner": {
72      "name": "OpenHarmonyTestRunner",
73      "srcPath": "TestRunner"
74    },
75    "srcPath": ""
76  }
77}