1{ 2 "app": { 3 "bundleName": "com.runhe.ota.updateclient", 4 "vendor": "runhe", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 4, 12 "releaseType": "Beta2" 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "package": "com.runhe.ota.updateclient", 18 "name": ".MyApplication", 19 "deviceType": [ 20 "phone" 21 ], 22 "distro": { 23 "deliveryWithInstall": true, 24 "moduleName": "entry", 25 "moduleType": "entry" 26 }, 27 "abilities": [ 28 { 29 "skills": [ 30 { 31 "entities": [ 32 "entity.system.home", 33 "flag.hw.home.intent.from.system" 34 ], 35 "actions": [ 36 "action.system.home" 37 ] 38 } 39 ], 40 "name": "com.runhe.ota.updateclient.MainAbility", 41 "icon": "$media:icon", 42 "description": "$string:mainability_description", 43 "label": "updateclient", 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}