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