BangleApps/apps/primetimelato/metadata.json

19 lines
561 B
JSON
Raw Normal View History

2022-11-05 00:33:00 +00:00
{ "id": "primetimelato",
2022-12-05 20:31:58 +00:00
"name": "Prime Lato",
"version": "0.04",
2022-11-05 00:27:49 +00:00
"type": "clock",
"description": "A clock that tells you the primes of the time in the Lato font",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"tags": "clock",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"primetimelato.app.js","url":"app.js"},
{"name":"primetimelato.img","url":"icon.js","evaluate":true},
{"name":"primetimelato.settings.js","url":"settings.js"}
],
"data": [{"name":"primetimelato.json"}]
2022-11-05 00:27:49 +00:00
}