BangleApps/apps/widbt/metadata.json

16 lines
404 B
JSON

{
"id": "widbt",
"name": "Bluetooth Widget",
"version": "0.09",
"description": "Show the current Bluetooth connection status in the top right of the clock",
"icon": "widget.png",
"type": "widget",
"tags": "widget,bluetooth",
"provides_widgets" : ["bluetooth"],
"default" : true,
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"widbt.wid.js","url":"widget.js"}
]
}