mirror of https://github.com/espruino/BangleApps
21 lines
707 B
JSON
21 lines
707 B
JSON
|
{
|
||
|
"id": "nesclock",
|
||
|
"name": "NES Clock",
|
||
|
"shortName": "NES Clocl",
|
||
|
"version": "0.01",
|
||
|
"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": true,
|
||
|
"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"}]
|
||
|
}
|