mirror of https://github.com/espruino/BangleApps
14 lines
342 B
JSON
14 lines
342 B
JSON
|
{
|
||
|
"id": "widbatv",
|
||
|
"name": "Battery Level Widget (Vertical)",
|
||
|
"version": "0.01",
|
||
|
"description": "Slim, vertical battery widget that only takes up 14px",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,battery",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widbatv.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|