• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.example.amsabilitymultiinstanceappe",
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    "default": {
17      "process": "com.example.amsabilitymultiinstanceappe"
18    }
19  },
20  "module": {
21    "package": "com.example.amsabilitymultiinstanceappe",
22    "name": ".MyApplication",
23    "deviceType": [
24      "default",
25      "tablet"
26    ],
27    "distro": {
28      "deliveryWithInstall": true,
29      "moduleName": "entry",
30      "moduleType": "entry"
31    },
32    "abilities": [
33      {
34        "skills": [
35          {
36            "entities": [
37              "entity.system.home"
38            ],
39            "actions": [
40              "action.system.home"
41            ]
42          }
43        ],
44        "name": "com.example.amsabilitymultiinstanceappe.MainAbility",
45        "visible": true,
46        "icon": "$media:icon",
47        "description": "$string:mainability_description",
48        "label": "$string:app_name",
49        "type": "page",
50        "launchType": "standard"
51      }
52    ],
53    "js": [
54      {
55        "pages": [
56          "pages/index/index"
57        ],
58        "name": "default",
59        "window": {
60          "designWidth": 720,
61          "autoDesignWidth": false
62        }
63      }
64    ]
65  }
66}