1{ 2 "app": { 3 "bundleName": "com.hidebug.test", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.hidebug.test", 13 "name": ".entry_test", 14 "deviceType": [], 15 "distro": { 16 "deliveryWithInstall": true, 17 "moduleName": "entry_test", 18 "moduleType": "feature", 19 "installationFree": false 20 }, 21 "abilities": [ 22 { 23 "orientation": "unspecified", 24 "formsEnabled": false, 25 "name": ".TestAbility", 26 "srcLanguage": "js", 27 "srcPath": "TestAbility", 28 "icon": "$media:icon", 29 "description": "$string:TestAbility_desc", 30 "label": "$string:TestAbility_label", 31 "type": "page", 32 "visible": true, 33 "launchType": "standard" 34 } 35 ], 36 "js": [ 37 { 38 "pages": [ 39 "pages/index/index" 40 ], 41 "name": ".TestAbility", 42 "window": { 43 "designWidth": 720, 44 "autoDesignWidth": false 45 } 46 } 47 ], 48 "testRunner": { 49 "name": "OpenHarmonyTestRunner", 50 "srcPath": "TestRunner" 51 }, 52 "mainAbility": ".MainAbility", 53 "srcPath": "", 54 "reqPermissions": [ 55 { 56 "name": "ohos.permission.DISTRIBUTED_DATASYNC", 57 "reason": "ceshi" 58 } 59 ], 60 "defPermissions": [ 61 { 62 "availableScope": [], 63 "grantMode": "system_grant", 64 "name": "ohos.permission.DISTRIBUTED_DATASYNC" 65 } 66 ] 67 } 68}