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 ], 22 "distro": { 23 "deliveryWithInstall": true, 24 "moduleName": "entry", 25 "moduleType": "entry" 26 }, 27 "defPermissions": [ 28 { 29 "availableScope": [], 30 "grantMode": "user_grant", 31 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 32 } 33 ], 34 "reqPermissions": [ 35 { 36 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 37 "reason": "ceshi" 38 }, 39 { 40 "name": "ohos.permission.CONNECT_IME_ABILITY", 41 "reason": "ceshi" 42 } 43 ], 44 "abilities": [ 45 { 46 "visible": true, 47 "skills": [ 48 { 49 "entities": [ 50 "entity.system.home" 51 ], 52 "actions": [ 53 "action.system.home" 54 ] 55 } 56 ], 57 "name": "com.example.myapplication.MainAbility", 58 "icon": "$media:icon", 59 "description": "$string:mainability_description", 60 "label": "MyApplication", 61 "type": "page", 62 "launchType": "standard" 63 } 64 ], 65 "js": [ 66 { 67 "pages": [ 68 "pages/index/index" 69 ], 70 "name": "default", 71 "window": { 72 "designWidth": 720, 73 "autoDesignWidth": false 74 } 75 } 76 ] 77 } 78}