• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.example.actsaccountaccessiblefirst",
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.actsaccountaccessiblefirst",
18    "name": ".MyApplication",
19    "deviceType": [
20      "tablet",
21      "default",
22      "phone"
23    ],
24    "distro": {
25      "deliveryWithInstall": true,
26      "moduleName": "entry",
27      "moduleType": "entry"
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        "name": "com.example.actsaccountaccessiblefirst.MainAbility",
64        "icon": "$media:icon",
65        "description": "$string:mainability_description",
66        "label": "$string:app_name",
67        "type": "page",
68        "visible": true,
69        "launchType": "standard"
70      }
71    ],
72    "js": [
73      {
74        "pages": [
75          "pages/index/index"
76        ],
77        "name": "default",
78        "window": {
79          "designWidth": 720,
80          "autoDesignWidth": false
81        }
82      }
83    ]
84  }
85}