1{ 2 "app": { 3 "bundleName": "com.example.l3jsdemo", 4 "vendor": "example", 5 "apiVersion": { 6 "compatible": 4, 7 "target": 4, 8 "releaseType": "Beta1" 9 }, 10 "version": { 11 "code": 1, 12 "name": "1.0" 13 } 14 }, 15 "deviceConfig": { 16 "default": { 17 "debug": true 18 } 19 }, 20 "module": { 21 "name": ".MyApplication", 22 "deviceType": [ 23 "tablet", 24 "default", 25 "phone" 26 ], 27 "distro": { 28 "deliveryWithInstall": true, 29 "moduleName": "entry", 30 "moduleType": "entry" 31 }, 32 "abilities": [ 33 { 34 "name": "com.example.l3jsdemo.MainAbility", 35 "description": "$string:mainability_description", 36 "icon": "$media:icon", 37 "label": "L3JSDEMO", 38 "type": "page", 39 "launchType": "standard", 40 "skills": [ 41 { 42 "actions": [ 43 "action.system.home" 44 ], 45 "entities": [ 46 "entity.system.home" 47 ] 48 } 49 ], 50 "iconId": 16777218, 51 "descriptionId": 16777217 52 } 53 ], 54 "js": [ 55 { 56 "name": "default", 57 "pages": [ 58 "pages/index/index" 59 ], 60 "window": { 61 "designWidth": 720, 62 "autoDesignWidth": false 63 } 64 } 65 ], 66 "package": "com.example.l3jsdemo" 67 } 68}