1{ 2 "app": { 3 "bundleName": "com.example.actsgetaccountsbyowner", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.example.actsgetaccountsbyowner", 13 "name": ".entry_test", 14 "mainAbility": ".TestAbility", 15 "deviceType": [ 16 "wearable", 17 "default", 18 "tablet", 19 "2in1" 20 ], 21 "distro": { 22 "deliveryWithInstall": true, 23 "moduleName": "entry_test", 24 "moduleType": "feature", 25 "installationFree": false 26 }, 27 "defPermissions": [ 28 ], 29 "reqPermissions": [ 30 { 31 "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", 32 "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 33 }, 34 { 35 "name":"ohos.permission.GET_BUNDLE_INFO", 36 "reason":"need use ohos.permission.GET_BUNDLE_INFO" 37 }, 38 { 39 "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", 40 "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" 41 }, 42 { 43 "name":"ohos.permission.REMOVE_CACHE_FILES", 44 "reason":"need use ohos.permission.REMOVE_CACHE_FILES" 45 }, 46 { 47 "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", 48 "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" 49 }, 50 { 51 "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND", 52 "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" 53 } 54 ], 55 "abilities": [ 56 { 57 "skills": [ 58 { 59 "entities": [ 60 "entity.system.home" 61 ], 62 "actions": [ 63 "action.system.home" 64 ] 65 } 66 ], 67 "orientation": "unspecified", 68 "formsEnabled": false, 69 "name": ".TestAbility", 70 "srcLanguage": "js", 71 "srcPath": "TestAbility", 72 "icon": "$media:icon", 73 "description": "$string:TestAbility_desc", 74 "label": "$string:TestAbility_label", 75 "type": "page", 76 "visible": true, 77 "launchType": "standard" 78 } 79 ], 80 "js": [ 81 { 82 "pages": [ 83 "pages/index/index" 84 ], 85 "name": ".TestAbility", 86 "window": { 87 "designWidth": 720, 88 "autoDesignWidth": false 89 } 90 } 91 ], 92 "testRunner": { 93 "name": "OpenHarmonyTestRunner", 94 "srcPath": "TestRunner" 95 } 96 } 97}