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