1{ 2 "app": { 3 "bundleName": "ohos.intl.test", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "ohos.intl.test", 13 "name": ".entry", 14 "deviceType": [ 15 "tablet", 16 "default", 17 "phone", 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 "reqPermissions": [ 52 { 53 "name": "ohos.permission.GET_BUNDLE_INFO", 54 "reason": "need use ohos.permission.GET_BUNDLE_INFO" 55 }, 56 { 57 "name": "ohos.permission.UPDATE_CONFIGURATION", 58 "reason": "need use ohos.permission.UPDATE_CONFIGURATION" 59 } 60 ], 61 "js": [ 62 { 63 "pages": [ 64 "pages/index/index" 65 ], 66 "name": ".MainAbility", 67 "window": { 68 "designWidth": 720, 69 "autoDesignWidth": false 70 } 71 } 72 ], 73 "mainAbility": ".MainAbility", 74 "srcPath": "" 75 } 76}