mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 04:37:47 +02:00
21 lines
456 B
JSON
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
|
|
}
|
|
}
|