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