BangleApps/apps/widbthide/metadata.json

15 lines
412 B
JSON
Raw Normal View History

{
"id": "widbthide",
"name": "Bluetooth Widget (hides when no connection)",
"version": "0.01",
"description": "Shows Bluetooth icon (when connected) in the top right of the clock",
"icon": "widget.png",
"type": "widget",
"tags": "widget,bluetooth",
"provides_widgets" : ["bluetooth"],
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
2022-05-18 17:21:36 +00:00
{"name":"widbthide.wid.js","url":"widget.js"}
]
}