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