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