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 "phone" 20 ], 21 "distro": { 22 "deliveryWithInstall": true, 23 "moduleName": "entry", 24 "moduleType": "entry" 25 }, 26 "abilities": [ 27 { 28 "visible": true, 29 "skills": [ 30 { 31 "entities": [ 32 "entity.system.home" 33 ], 34 "actions": [ 35 "action.system.home" 36 ] 37 } 38 ], 39 "name": "com.example.myapplication.MainAbility", 40 "icon": "$media:icon", 41 "description": "$string:mainability_description", 42 "label": "MyApplication", 43 "type": "page", 44 "launchType": "standard" 45 } 46 ], 47 "js": [ 48 { 49 "pages": [ 50 "pages/index/index" 51 ], 52 "name": "default", 53 "window": { 54 "designWidth": 720, 55 "autoDesignWidth": false 56 } 57 } 58 ] 59 } 60}