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