1{
2  "app": {
3    "bundleName": "com.example.actsaccounttest",
4    "vendor": "example",
5    "version": {
6      "code": 1,
7      "name": "1.0"
8    },
9    "apiVersion": {
10      "compatible": 4,
11      "target": 5,
12      "releaseType": "Beta1"
13    }
14  },
15  "deviceConfig": {},
16  "module": {
17    "package": "com.example.actsaccounttest",
18    "name": ".MyApplication",
19    "deviceType": [
20      "tablet",
21      "default",
22      "2in1",
23      "wearable"
24    ],
25    "distro": {
26      "deliveryWithInstall": true,
27      "moduleName": "entry",
28      "moduleType": "entry",
29      "installationFree": false
30    },
31    "reqPermissions": [
32      {
33        "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
34        "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
35      },
36      {
37        "name": "ohos.permission.GET_BUNDLE_INFO",
38        "reason": "need use ohos.permission.GET_BUNDLE_INFO"
39      },
40      {
41        "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
42        "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
43      },
44      {
45        "name": "ohos.permission.REMOVE_CACHE_FILES",
46        "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
47      },
48      {
49        "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND",
50        "reason": "need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
51      },
52      {
53        "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
54        "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
55      }
56    ],
57    "abilities": [
58      {
59        "skills": [
60          {
61            "entities": [
62              "entity.system.home"
63            ],
64            "actions": [
65              "action.system.home"
66            ]
67          }
68        ],
69        "orientation": "unspecified",
70        "formsEnabled": false,
71        "name": ".MainAbility",
72        "srcLanguage": "js",
73        "srcPath": "MainAbility",
74        "icon": "$media:icon",
75        "description": "$string:MainAbility_desc",
76        "label": "$string:MainAbility_label",
77        "type": "page",
78        "visible": true,
79        "launchType": "standard"
80      }
81    ],
82    "js": [
83      {
84        "pages": [
85          "pages/index/index"
86        ],
87        "name": ".MainAbility",
88        "window": {
89          "designWidth": 720,
90          "autoDesignWidth": false
91        }
92      }
93    ]
94  }
95}