BangleApps/apps/primetimelato/metadata.json

19 lines
561 B
JSON

{ "id": "primetimelato",
"name": "Prime Lato",
"version": "0.04",
"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"}]
}