BangleApps/apps/nesclock/metadata.json

21 lines
708 B
JSON

{
"id": "nesclock",
"name": "NES Clock",
"shortName": "NES Clock",
"version": "0.04",
"description": "A clock themed after different NES title screens.",
"readme":"README.md",
"icon": "app.png",
"screenshots": [{"url":"mario3-screenshot.png"},{"url":"mario1-screenshot.png"},{"url":"mario2-screenshot.png"},{"url":"kirby-screenshot.png"},{"url":"zelda-screenshot.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": false,
"storage": [
{"name":"nesclock.app.js","url":"app.js"},
{"name":"nesclock.settings.js","url":"settings.js"},
{"name":"nesclock.img","url":"app-icon.js","evaluate":true}
],
"data": [{"name":"nesclock.json"}]
}