1{ 2 "app": { 3 "bundleName": "com.example.newwanthapapi7", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 4, 11 "target": 5, 12 "releaseType": "Beta1" 13 } 14 }, 15 "deviceConfig": {}, 16 "module": { 17 "package": "com.example.newwanthapapi7", 18 "name": ".MyApplication", 19 "deviceType": [ 20 "default", 21 "tablet" 22 ], 23 "distro": { 24 "deliveryWithInstall": true, 25 "moduleName": "entry", 26 "moduleType": "entry" 27 }, 28 "abilities": [ 29 { 30 "skills": [ 31 { 32 "entities": [ 33 "entity.system.home" 34 ], 35 "actions": [ 36 "action.system.home" 37 ] 38 } 39 ], 40 "visible": true, 41 "name": "com.example.newwanthapapi7.MainAbility", 42 "icon": "$media:icon", 43 "description": "$string:mainability_description", 44 "label": "$string:app_name", 45 "type": "page", 46 "launchType": "standard" 47 } 48 ], 49 "reqPermissions": [ 50 { 51 "name":"ohos.permission.GET_BUNDLE_INFO", 52 "reason":"need use ohos.permission.GET_BUNDLE_INFO" 53 } 54 ], 55 "js": [ 56 { 57 "pages": [ 58 "pages/index/index" 59 ], 60 "name": "default", 61 "window": { 62 "designWidth": 720, 63 "autoDesignWidth": false 64 } 65 } 66 ] 67 } 68}