2022-03-29 12:32:33 +00:00
{
"id" : "widbt_notify" ,
"name" : "Bluetooth Widget with Notification" ,
2022-11-15 19:06:51 +00:00
"version" : "0.17" ,
2022-09-14 19:53:04 +00:00
"description" : "Show the current Bluetooth connection status with some optional features: show message, buzz on connect/loss, hide always/if connected." ,
2022-03-29 12:32:33 +00:00
"icon" : "widget.png" ,
"type" : "widget" ,
"tags" : "widget,bluetooth" ,
2022-12-06 10:25:32 +00:00
"provides_widgets" : [ "bluetooth" ] ,
2022-03-29 12:32:33 +00:00
"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" }
2022-12-06 10:25:32 +00:00
]
2022-03-29 12:32:33 +00:00
}