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