BangleApps_old/apps/widbat/metadata.json

16 lines
430 B
JSON

{
"id": "widbat",
"name": "Battery Level Widget",
"version": "0.12",
"description": "Show the current battery level, pulses when charging. Touching the battery icon will show percent.",
"icon": "widget.png",
"type": "widget",
"tags": "widget,battery",
"provides_widgets" : ["battery"],
"default" : true,
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"widbat.wid.js","url":"widget.js"}
]
}