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