BangleApps/apps/approxclock/metadata.json

19 lines
523 B
JSON
Raw Normal View History

2023-11-01 05:59:56 +00:00
{ "id": "approxclock",
"name": "Approximate Clock",
"shortName" : "Approx Clock",
2024-03-04 21:32:06 +00:00
"version": "0.04",
2023-11-01 05:59:56 +00:00
"icon": "app.png",
"description": "A really basic spelled out time display for people looking for the vague time at a glance.",
2023-11-03 08:32:29 +00:00
"readme": "readme.md",
2023-11-01 05:59:56 +00:00
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"approxclock.app.js","url":"app.js"},
{"name":"approxclock.img","url":"app-icon.js","evaluate":true}
],
"screenshots": [
{"url": "screenshot.png"}
]
2023-11-03 08:32:29 +00:00
}