BangleApps/apps/widminbt/metadata.json

15 lines
374 B
JSON
Raw Normal View History

2022-07-07 10:52:35 +00:00
{
"id": "widminbt",
"name": "Minimal Bluetooth Widget",
2024-09-30 11:19:49 +00:00
"version": "0.02",
2022-07-07 10:52:35 +00:00
"description": "Appears whenever bluetooth is disconnected",
"icon": "widget.png",
"type": "widget",
"tags": "widget,bluetooth,minimal",
2024-09-30 11:19:49 +00:00
"provides_widgets" : ["bluetooth"],
2022-07-07 10:52:35 +00:00
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"widminbt.wid.js","url":"widget.js"}
]
}