mirror of https://github.com/espruino/BangleApps
14 lines
336 B
JSON
14 lines
336 B
JSON
|
{
|
||
|
"id": "widminbt",
|
||
|
"name": "Minimal Bluetooth Widget",
|
||
|
"version": "0.01",
|
||
|
"description": "Appears whenever bluetooth is disconnected",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,bluetooth,minimal",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widminbt.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|