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