BangleApps/apps/widChargingStatus/metadata.json

15 lines
534 B
JSON
Raw Normal View History

{ "id": "widChargingStatus",
"name": "Charging Status",
"shortName":"ChargingStatus",
"icon": "widget.png",
2024-05-04 21:41:56 +00:00
"version": "0.04",
"type": "widget",
"description": "A simple widget that shows a yellow lightning icon to indicate whenever the watch is charging. This way one can see the charging status at a glance, no matter which battery widget is being used.",
"tags": "widget",
2023-03-09 09:54:26 +00:00
"supports": ["BANGLEJS","BANGLEJS2"],
"readme":"README.md",
"storage": [
{"name":"widChargingStatus.wid.js","url":"widget.js"}
]
}