mirror of https://github.com/espruino/BangleApps
15 lines
412 B
JSON
15 lines
412 B
JSON
{
|
|
"id": "widbthide",
|
|
"name": "Bluetooth Widget (hides when no connection)",
|
|
"version": "0.01",
|
|
"description": "Shows Bluetooth icon (when connected) in the top right of the clock",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget,bluetooth",
|
|
"provides_widgets" : ["bluetooth"],
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"widbthide.wid.js","url":"widget.js"}
|
|
]
|
|
}
|