BangleApps/apps/widminbat/metadata.json

14 lines
407 B
JSON
Raw Normal View History

2022-07-07 09:54:41 +00:00
{ "id": "widminbat",
"name": "Minimal Battery",
"shortName":"MinBat",
"version":"0.03",
2022-07-07 09:54:41 +00:00
"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"}
]
}