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