{ "app": { "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", "vendor": "acts", "version": { "code": 1000000, "name": "1.0.0" }, "apiVersion": { "compatible": 4, "target": 5 } }, "deviceConfig": {}, "module": { "package": "ohos.acts.communication.bluetooth.bluetoothhost", "name": ".MyApplication", "deviceType": [ "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry" }, "abilities": [ { "visible": true, "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "name": "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_name", "type": "page", "launchType": "standard" } ], "js": [ { "pages": [ "pages/index/index" ], "name": "default", "window": { "designWidth": 720, "autoDesignWidth": false } } ], "reqPermissions": [ { "name": "ohos.permission.USE_BLUETOOTH", "reason": "", "usedScene": { "ability": [ "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" ], "when": "inuse" } }, { "name": "ohos.permission.MANAGE_BLUETOOTH", "reason": "", "usedScene": { "ability": [ "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" ], "when": "inuse" } }, { "name": "ohos.permission.DISCOVER_BLUETOOTH", "reason": "", "usedScene": { "ability": [ "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" ], "when": "inuse" } }, { "name": "ohos.permission.LOCATION", "reason": "", "usedScene": { "ability": [ "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" ], "when": "inuse" } } ] } }