mirror of https://github.com/espruino/BangleApps
Rename -> widbtstates
parent
832ec7a7a5
commit
c0194f260f
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"id": "widbt2",
|
"id": "widbtstates",
|
||||||
"name": "Bluetooth Widget 2",
|
"name": "Bluetooth States",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "If active, shows a white bluetooth icon, if connected, a blue one",
|
"description": "If active, shows a white bluetooth icon, if connected, a blue one (nothing if sleeping)",
|
||||||
"icon": "widget.png",
|
"icon": "widget.png",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
"tags": "widget,bluetooth,clkinfo",
|
"tags": "widget,bluetooth,clkinfo",
|
||||||
"provides_widgets" : ["bluetooth"],
|
"provides_widgets" : ["bluetooth"],
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"widbt2.wid.js","url":"widget.js"}
|
{"name":"widbtstates.wid.js","url":"widget.js"}
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue