{ "app": { "iconId": 33554436, "apiVersion": { "compatible": 4, "releaseType": "Release", "target": 5 }, "labelId": 33554432, "vendor": "example", "icon": "$media:icon", "bundleName": "com.example.l3jsdemo", "label": "$string:app_name", "version": { "code": 1000001, "name": "1.0.0" } }, "deviceConfig": { "default": { "debug": true } }, "module": { "abilities": [ { "iconId": 33554435, "descriptionId": 33554434, "visible": true, "labelId": 33554433, "icon": "$media:icon", "name": "com.example.l2jsdemo.MainAbility", "description": "$string:mainability_description", "label": "$string:app_name", "type": "page", "homeAbility": false, "launchType": "standard" } ], "deviceType": [ "tablet" ], "mainAbility": "com.example.l2jsdemo.MainAbility", "distro": { "moduleType": "feature", "installationFree": true, "deliveryWithInstall": true, "moduleName": "l2jsdemo" }, "package": "com.example.l2jsdemo", "name": ".MyApplication", "js": [ { "pages": [ "pages/index/index" ], "name": "default", "window": { "designWidth": 720, "autoDesignWidth": true } } ] } }