mirror of https://github.com/espruino/BangleApps
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"id": "widbt",
|
|
"name": "Bluetooth Widget",
|
|
"version": "0.08",
|
|
"description": "Show the current Bluetooth connection status in the top right of the clock",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget,bluetooth",
|
|
"provides_widgets" : ["bluetooth"],
|
|
"default" : true,
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"widbt.wid.js","url":"widget.js"}
|
|
]
|
|
}
|