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

15 lines
417 B
JSON
Raw Normal View History

2022-12-29 21:59:23 +00:00
{
2023-03-06 12:14:56 +00:00
"id": "widbtstates",
"name": "Bluetooth States",
2022-12-29 21:59:23 +00:00
"version": "0.01",
2023-03-06 12:14:56 +00:00
"description": "If active, shows a white bluetooth icon, if connected, a blue one (nothing if sleeping)",
2022-12-29 21:59:23 +00:00
"icon": "widget.png",
"type": "widget",
"tags": "widget,bluetooth,clkinfo",
"provides_widgets" : ["bluetooth"],
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
2023-03-06 12:14:56 +00:00
{"name":"widbtstates.wid.js","url":"widget.js"}
2022-12-29 21:59:23 +00:00
]
}