• 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": 5
12      }
13    },
14    "deviceConfig": {},
15    "module": {
16      "package": "com.example.myapplication",
17      "name": ".MyApplication",
18      "deviceType": [
19        "phone"
20      ],
21      "distro": {
22        "deliveryWithInstall": true,
23        "moduleName": "entry",
24        "moduleType": "entry"
25      },
26      "reqPermissions": [
27        {
28          "name": "ohos.permission.VIBRATE",
29          "reason": "",
30          "usedScene": {
31            "ability": [
32              ".MainAbility"
33            ],
34            "when": "inuse"
35          }
36        }
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