BangleApps/apps/approxclock/metadata.json

17 lines
497 B
JSON
Raw Normal View History

2023-11-01 05:59:56 +00:00
{ "id": "approxclock",
"name": "Approximate Clock",
"shortName" : "Approx Clock",
2023-11-02 13:06:00 +00:00
"version": "0.2f",
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.",
"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"}
]
}