{ "app": { "bundleName": "ohos.acts.aafwk.test.fasupplement", "vendor": "example", "version": { "code": 1000000, "name": "1.0.0" } }, "deviceConfig": {}, "module": { "package": "ohos.acts.aafwk.test.fasupplement", "name": ".entry", "mainAbility": ".MainAbility", "deviceType": [ "wearable", "default", "tablet" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry", "installationFree": false }, "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "orientation": "unspecified", "formsEnabled": false, "name": ".MainAbility", "srcLanguage": "ets", "srcPath": "MainAbility", "icon": "$media:icon", "description": "$string:MainAbility_desc", "label": "$string:MainAbility_label", "type": "page", "visible": true, "launchType": "standard" }, { "orientation": "unspecified", "visible": true, "srcPath": "MainAbility2", "name": ".MainAbility2", "srcLanguage": "ets", "icon": "$media:icon", "description": "$string:MainAbility2_desc", "formsEnabled": false, "label": "$string:MainAbility2_label", "type": "page", "launchType": "singleton" } ], "js": [ { "mode": { "syntax": "ets", "type": "pageAbility" }, "pages": [ "pages/index" ], "name": ".MainAbility", "window": { "designWidth": 720, "autoDesignWidth": false } }, { "mode": { "syntax": "ets", "type": "pageAbility" }, "pages": [ "pages/index" ], "name": ".MainAbility2", "window": { "designWidth": 720, "autoDesignWidth": false } } ] } }