mirror of https://github.com/espruino/BangleApps
18 lines
505 B
JSON
18 lines
505 B
JSON
{
|
|
"id": "widbatc",
|
|
"name": "Yet Another Battery Widget",
|
|
"shortName":"Battery Level",
|
|
"icon": "icon.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"version":"0.01",
|
|
"type": "widget",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"description": "Shows the current battery level status in the top right using the Lato Font in digits",
|
|
"tags": "widget,battery",
|
|
"provides_widgets" : ["battery"],
|
|
"storage": [
|
|
{"name":"widbatc.wid.js","url":"widget.js"}
|
|
]
|
|
}
|