{ "app": { "bundleName": "com.example.l3jsdemo", "vendor": "example", "apiVersion": { "compatible": 4, "target": 4, "releaseType": "Beta1" }, "version": { "code": 1, "name": "1.0" } }, "deviceConfig": { "default": { "debug": true } }, "module": { "name": ".MyApplication", "deviceType": [ "2in1", "tablet", "default", "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry" }, "abilities": [ { "name": "com.example.l3jsdemo.MainAbility", "description": "$string:mainability_description", "icon": "$media:icon", "label": "L3JSDEMO", "type": "page", "launchType": "standard", "skills": [ { "actions": [ "action.system.home" ], "entities": [ "entity.system.home" ] } ], "iconId": 16777218, "descriptionId": 16777217 } ], "js": [ { "name": "default", "pages": [ "pages/index/index" ], "window": { "designWidth": 720, "autoDesignWidth": false } } ], "package": "com.example.l3jsdemo" } }