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