• 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        "phone"
32      ],
33      "distro": {
34        "deliveryWithInstall": true,
35        "moduleName": "entry",
36        "moduleType": "entry"
37      },
38      "abilities": [
39        {
40          "visible": true,
41          "skills": [
42            {
43              "entities": [
44                "entity.system.home"
45              ],
46              "actions": [
47                "action.system.home"
48              ]
49            }
50          ],
51          "name": "com.example.myapplication.MainAbility",
52          "icon": "$media:icon",
53          "description": "$string:mainability_description",
54          "label": "MyApplication",
55          "type": "page",
56          "launchType": "standard"
57        }
58      ],
59      "js": [
60        {
61          "pages": [
62            "pages/index/index"
63          ],
64          "name": "default",
65          "window": {
66            "designWidth": 720,
67            "autoDesignWidth": false
68          }
69        }
70      ]
71    }
72  }
73