forked from FOSS/BangleApps
14 lines
356 B
JSON
14 lines
356 B
JSON
|
{
|
||
|
"id": "widbat",
|
||
|
"name": "Battery Level Widget",
|
||
|
"version": "0.09",
|
||
|
"description": "Show the current battery level and charging status in the top right of the clock",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,battery",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widbat.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|