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