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