Files
arthur-os/shell/plugins/bluetooth/manifest.json
T

21 lines
456 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.bluetooth",
"name": "Bluetooth",
"version": "1.0.0",
"author": "Omarchy",
"description": "Bluetooth device list with connect/disconnect",
"kinds": [
"bar-widget"
],
"entryPoints": {
"barWidget": "BarWidget.qml"
},
"barWidget": {
"displayName": "Bluetooth",
"description": "Bluetooth device list with connect/disconnect",
"category": "Network",
"allowMultiple": false
}
}