2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "widbt",
|
|
|
|
"name": "Bluetooth Widget",
|
2023-06-09 07:29:16 +00:00
|
|
|
"version": "0.09",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Show the current Bluetooth connection status in the top right of the clock",
|
|
|
|
"icon": "widget.png",
|
|
|
|
"type": "widget",
|
|
|
|
"tags": "widget,bluetooth",
|
2022-12-06 10:25:32 +00:00
|
|
|
"provides_widgets" : ["bluetooth"],
|
|
|
|
"default" : true,
|
2022-01-06 11:47:26 +00:00
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"widbt.wid.js","url":"widget.js"}
|
|
|
|
]
|
|
|
|
}
|