BangleApps/apps/widbt_notify/metadata.json

19 lines
588 B
JSON
Raw Normal View History

{
"id": "widbt_notify",
"name": "Bluetooth Widget with Notification",
2022-11-15 19:06:51 +00:00
"version": "0.17",
"description": "Show the current Bluetooth connection status with some optional features: show message, buzz on connect/loss, hide always/if connected.",
"icon": "widget.png",
"type": "widget",
"tags": "widget,bluetooth",
"provides_widgets" : ["bluetooth"],
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
2022-07-01 21:01:48 +00:00
{"name":"widbt_notify.wid.js","url":"widget.js"},
{"name":"widbt_notify.settings.js","url":"settings.js"}
],
"data": [
{"name":"widbt_notify.json"}
]
}