1
0
Fork 0
BangleApps/apps/widbtstates/metadata.json

15 lines
409 B
JSON

{
"id": "widbtstates",
"name": "Bluetooth States",
"version": "0.01",
"description": "If active, shows a white bluetooth icon, if connected, a blue one (nothing if sleeping)",
"icon": "widget.png",
"type": "widget",
"tags": "widget,bluetooth",
"provides_widgets" : ["bluetooth"],
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"widbtstates.wid.js","url":"widget.js"}
]
}