1{
2  "app": {
3    "bundleName": "com.example.actsgetallaccounts",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.example.actsgetallaccounts",
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    "reqPermissions": [
30      {
31        "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
32        "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
33      },
34      {
35        "name":"ohos.permission.GET_BUNDLE_INFO",
36        "reason":"need use ohos.permission.GET_BUNDLE_INFO"
37      },
38      {
39        "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
40        "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
41      },
42      {
43        "name":"ohos.permission.REMOVE_CACHE_FILES",
44        "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
45      },
46      {
47        "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
48        "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
49      }
50    ],
51    "abilities": [
52      {
53        "skills": [
54          {
55            "entities": [
56              "entity.system.home"
57            ],
58            "actions": [
59              "action.system.home"
60            ]
61          }
62        ],
63        "orientation": "unspecified",
64        "formsEnabled": false,
65        "name": ".TestAbility",
66        "srcLanguage": "js",
67        "srcPath": "TestAbility",
68        "icon": "$media:icon",
69        "description": "$string:TestAbility_desc",
70        "label": "$string:TestAbility_label",
71        "type": "page",
72        "visible": true,
73        "launchType": "standard"
74      }
75    ],
76    "js": [
77      {
78        "pages": [
79          "pages/index/index"
80        ],
81        "name": ".TestAbility",
82        "window": {
83          "designWidth": 720,
84          "autoDesignWidth": false
85        }
86      }
87    ],
88    "testRunner": {
89      "name": "OpenHarmonyTestRunner",
90      "srcPath": "TestRunner"
91    }
92  }
93}