• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3      "bundleName": "com.example.myapplication",
4      "vendor": "example",
5      "version": {
6        "code": 1,
7        "name": "1.0"
8      },
9      "apiVersion": {
10        "compatible": 4,
11        "target": 8
12      }
13    },
14    "deviceConfig": {},
15    "module": {
16      "reqPermissions": [
17        {
18          "name": "ohos.permission.PUBLISH_AGENT_REMINDER",
19          "reason": "SYSTEM_GRANT",
20          "usedScene": {
21            "ability": [
22              ".FormAbility"
23            ],
24            "when": "inuse"
25          }
26        }
27      ],
28      "package": "com.example.myapplication",
29      "name": ".MyApplication",
30      "deviceType": [
31        "default",
32        "phone"
33      ],
34      "distro": {
35        "deliveryWithInstall": true,
36        "moduleName": "entry",
37        "moduleType": "entry"
38      },
39      "abilities": [
40        {
41          "visible": true,
42          "skills": [
43            {
44              "entities": [
45                "entity.system.home"
46              ],
47              "actions": [
48                "action.system.home"
49              ]
50            }
51          ],
52          "name": "com.example.myapplication.MainAbility",
53          "icon": "$media:icon",
54          "description": "$string:mainability_description",
55          "label": "MyApplication",
56          "type": "page",
57          "launchType": "standard"
58        }
59      ],
60      "js": [
61        {
62          "pages": [
63            "pages/index/index"
64          ],
65          "name": "default",
66          "window": {
67            "designWidth": 720,
68            "autoDesignWidth": false
69          }
70        }
71      ]
72    }
73  }
74