BangleApps/apps/widminbate/metadata.json

14 lines
480 B
JSON
Raw Normal View History

2023-09-26 23:45:53 +00:00
{ "id": "widminbate",
"name": "Extra Minimal Battery",
"shortName":"ExtraMinBat",
"version":"0.05",
2023-09-26 23:45:53 +00:00
"description": "An extra minimal (only use system theme foreground colour) version of the battery widget that only appears if the battery is running low (below 30%)",
2023-09-27 00:08:25 +00:00
"icon": "widget.png",
"type": "widget",
2023-09-26 23:45:53 +00:00
"tags": "widget,battery,minimal,monochrome",
2023-09-27 00:08:25 +00:00
"supports" : ["BANGLEJS2", "BANGLEJS"],
"storage": [
2023-09-26 23:45:53 +00:00
{"name":"widminbate.wid.js","url":"widget.js"}
2023-09-27 00:08:25 +00:00
]
}