BangleApps/apps/widminbt/metadata.json

14 lines
336 B
JSON
Raw Normal View History

2022-07-07 10:52:35 +00:00
{
"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"}
]
}