1{
2  "app": {
3    "bundleName": "ohos.acts.aafwk.test.fasupplement",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.acts.aafwk.test.fasupplement",
13    "name": ".entry",
14    "mainAbility": ".MainAbility",
15    "deviceType": [
16      "wearable",
17      "default",
18      "tablet"
19    ],
20    "distro": {
21      "deliveryWithInstall": true,
22      "moduleName": "entry",
23      "moduleType": "entry",
24      "installationFree": false
25    },
26    "abilities": [
27      {
28        "skills": [
29          {
30            "entities": [
31              "entity.system.home"
32            ],
33            "actions": [
34              "action.system.home"
35            ]
36          }
37        ],
38        "orientation": "unspecified",
39        "formsEnabled": false,
40        "name": ".MainAbility",
41        "srcLanguage": "ets",
42        "srcPath": "MainAbility",
43        "icon": "$media:icon",
44        "description": "$string:MainAbility_desc",
45        "label": "$string:MainAbility_label",
46        "type": "page",
47        "visible": true,
48        "launchType": "standard"
49      },
50      {
51        "orientation": "unspecified",
52        "visible": true,
53        "srcPath": "MainAbility2",
54        "name": ".MainAbility2",
55        "srcLanguage": "ets",
56        "icon": "$media:icon",
57        "description": "$string:MainAbility2_desc",
58        "formsEnabled": false,
59        "label": "$string:MainAbility2_label",
60        "type": "page",
61        "launchType": "singleton"
62      }
63    ],
64    "js": [
65      {
66        "mode": {
67          "syntax": "ets",
68          "type": "pageAbility"
69        },
70        "pages": [
71          "pages/index"
72        ],
73        "name": ".MainAbility",
74        "window": {
75          "designWidth": 720,
76          "autoDesignWidth": false
77        }
78      },
79      {
80        "mode": {
81          "syntax": "ets",
82          "type": "pageAbility"
83        },
84        "pages": [
85          "pages/index"
86        ],
87        "name": ".MainAbility2",
88        "window": {
89          "designWidth": 720,
90          "autoDesignWidth": false
91        }
92      }
93    ]
94  }
95}