• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.example.hiperfdemo",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.example.hiperfdemo",
13    "name": ".MyApplication",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "phone"
17    ],
18    "distro": {
19      "deliveryWithInstall": true,
20      "moduleName": "entry",
21      "moduleType": "entry",
22      "installationFree": false
23    },
24    "abilities": [
25      {
26        "skills": [
27          {
28            "entities": [
29              "entity.system.home"
30            ],
31            "actions": [
32              "action.system.home"
33            ]
34          }
35        ],
36        "orientation": "unspecified",
37        "visible": true,
38        "srcPath": "MainAbility",
39        "name": ".MainAbility",
40        "srcLanguage": "js",
41        "icon": "$media:icon",
42        "description": "$string:description_mainability",
43        "formsEnabled": false,
44        "label": "$string:entry_MainAbility",
45        "type": "page",
46        "launchType": "standard"
47      }
48    ],
49    "js": [
50      {
51        "pages": [
52          "pages/index/index",
53          "pages/second/second"
54        ],
55        "name": ".MainAbility",
56        "window": {
57          "designWidth": 720,
58          "autoDesignWidth": false
59        }
60      }
61    ]
62  }
63}