1{ 2 "app": { 3 "bundleName": "ohos.samples.jsdevice", 4 "version": { 5 "code": 1000000, 6 "name": "1.0.0" 7 } 8 }, 9 "deviceConfig": {}, 10 "module": { 11 "package": "ohos.samples.jsdevice", 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 "icon": "$media:icon", 39 "srcPath": "default", 40 "srcLanguage": "js", 41 "description": "$string:mainability_description", 42 "formsEnabled": false, 43 "label": "$string:entry_MainAbility", 44 "type": "page", 45 "launchType": "standard" 46 } 47 ], 48 "js": [ 49 { 50 "pages": [ 51 "pages/index/index", 52 "pages/deviceInfo/deviceInfo", 53 "pages/systemProperties/systemProperties", 54 "pages/batteryInfo/batteryInfo" 55 ], 56 "name": ".MainAbility", 57 "window": { 58 "designWidth": 720, 59 "autoDesignWidth": false 60 } 61 } 62 ] 63 } 64}