{ "app": { "bundleName": "com.actsbundle.napitest", "vendor": "open", "version": { "code": 1000000, "name": "1.0.0" }, "apiVersion": { "compatible": 7, "releaseType": "Release", "target": 8 } }, "deviceConfig": {}, "module": { "package": "com.actsbundle.napitest", "name": ".MyApplication", "mainAbility": "com.actsbundle.napitest.MainAbility", "deviceType": [ "default", "tablet" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry", "installationFree": false }, "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "orientation": "unspecified", "visible": true, "srcPath": "MainAbility", "name": ".MainAbility", "srcLanguage": "ets", "icon": "$media:icon", "description": "$string:description_mainability", "formsEnabled": false, "label": "$string:entry_MainAbility", "type": "page", "launchType": "standard" }, { "orientation": "unspecified", "visible": true, "srcPath": "TestAbility", "name": ".TestAbility", "srcLanguage": "ets", "icon": "$media:icon", "description": "$string:TestAbility_desc", "formsEnabled": false, "label": "$string:TestAbility_label", "type": "page", "launchType": "standard" } ], "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": ".TestAbility", "window": { "designWidth": 720, "autoDesignWidth": false } } ] } }