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