mirror of https://github.com/espruino/BangleApps
14 lines
407 B
JSON
14 lines
407 B
JSON
{ "id": "widminbat",
|
|
"name": "Minimal Battery",
|
|
"shortName":"MinBat",
|
|
"version":"0.01",
|
|
"description": "A minimal version of the battery widget that only appears if the battery is running low (below 30%)",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget,battery,minimal",
|
|
"supports" : ["BANGLEJS2", "BANGLEJS"],
|
|
"storage": [
|
|
{"name":"widminbat.wid.js","url":"widget.js"}
|
|
]
|
|
}
|