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",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "wearable",
17      "default",
18      "tablet",
19      "2in1"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry",
24      "moduleType": "entry",
25      "installationFree": false
26    },
27    "reqPermissions": [
28      {
29        "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
30        "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
31      },
32      {
33        "name":"ohos.permission.GET_BUNDLE_INFO",
34        "reason":"need use ohos.permission.GET_BUNDLE_INFO"
35      },
36      {
37        "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
38        "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
39      },
40      {
41        "name":"ohos.permission.REMOVE_CACHE_FILES",
42        "reason":"need use ohos.permission.REMOVE_CACHE_FILES"
43      },
44      {
45        "name":"ohos.permission.LISTEN_BUNDLE_CHANGE",
46        "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE"
47      }
48    ],
49    "abilities": [
50      {
51        "skills": [
52          {
53            "entities": [
54              "entity.system.home"
55            ],
56            "actions": [
57              "action.system.home"
58            ]
59          }
60        ],
61        "orientation": "unspecified",
62        "formsEnabled": false,
63        "name": ".MainAbility",
64        "srcLanguage": "js",
65        "srcPath": "MainAbility",
66        "icon": "$media:icon",
67        "description": "$string:MainAbility_desc",
68        "label": "$string:MainAbility_label",
69        "type": "page",
70        "visible": true,
71        "launchType": "standard"
72      }
73    ],
74    "js": [
75      {
76        "pages": [
77          "pages/index/index"
78        ],
79        "name": ".MainAbility",
80        "window": {
81          "designWidth": 720,
82          "autoDesignWidth": false
83        }
84      }
85    ]
86  }
87}