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