• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3      "apiVersion": {
4        "compatible": 6,
5        "releaseType": "Beta1",
6        "target": 7
7      },
8      "vendor": "acts",
9      "bundleName": "ohos.acts.multimedia.image.RGBA",
10      "version": {
11        "code": 1000000,
12        "name": "1.0.0"
13      }
14    },
15    "deviceConfig": {
16      "default": {
17        "debug": true
18      }
19    },
20    "module": {
21      "abilities": [
22        {
23          "iconId": 16777218,
24          "skills": [
25            {
26              "entities": [
27                "entity.system.home"
28              ],
29              "actions": [
30                "action.system.home"
31              ]
32            }
33          ],
34          "descriptionId": 16777217,
35          "visible": true,
36          "labelId": 16777216,
37          "icon": "$media:icon",
38          "name": "ohos.acts.multimedia.image.RGBA.MainAbility",
39          "description": "$string:mainability_description",
40          "label": "$string:entry_MainAbility",
41          "type": "page",
42          "homeAbility": true,
43          "launchType": "standard"
44        }
45      ],
46      "deviceType": [
47      "tablet",
48      "default",
49        "phone",
50        "tablet",
51        "tv",
52        "wearable"
53      ],
54      "mainAbility": "ohos.acts.multimedia.image.RGBA.MainAbility",
55      "distro": {
56        "moduleType": "entry",
57        "installationFree": false,
58        "deliveryWithInstall": true,
59        "moduleName": "entry"
60      },
61      "reqPermissions": [
62              {
63                  "name": "ohos.permission.GET_BUNDLE_INFO",
64                  "reason": "use ohos.permission.GET_BUNDLE_INFO"
65              },
66              {
67                  "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
68                  "reason":"use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
69              },
70              {
71                  "name" : "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
72                  "reason" : "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
73              },
74              {
75                  "name" : "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
76                  "reason" : "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS"
77              },
78              {
79                  "name": "ohos.permission.MEDIA_LOCATION",
80                  "reason":"use ohos.permission.MEDIA_LOCATION"
81              },
82              {
83                  "name": "ohos.permission.READ_MEDIA",
84                  "reason":"use ohos.permission.READ_MEDIA"
85              },
86              {
87                  "name": "ohos.permission.WRITE_MEDIA",
88                  "reason":"use ohos.permission.WRITE_MEDIA"
89              }
90      ],
91      "package": "ohos.acts.multimedia.image.RGBA",
92      "name": ".MyApplication",
93      "js": [
94        {
95          "pages": [
96            "pages/index/index"
97          ],
98          "name": "default",
99          "window": {
100            "designWidth": 720,
101            "autoDesignWidth": true
102          }
103        }
104      ]
105    }
106  }