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