mirror of https://github.com/espruino/BangleApps
28 lines
818 B
JSON
28 lines
818 B
JSON
{
|
|
"id": "dutchclock",
|
|
"name": "Dutch Clock",
|
|
"shortName":"Dutch Clock",
|
|
"icon": "app.png",
|
|
"version":"0.20",
|
|
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
|
"type": "clock",
|
|
"tags": "clock,dutch,text",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"screenshots": [
|
|
{"url":"screenshotbangle1-2.png"},
|
|
{"url":"screenshotbangle2.png"},
|
|
{"url":"screenshotbangle1.png"}
|
|
],
|
|
"storage": [
|
|
{"name":"dutchclock.app.js","url":"app.js"},
|
|
{"name":"dutchclock.settings.js","url":"settings.js"},
|
|
{"name":"dutchclock.default.json","url":"default.json"},
|
|
{"name":"dutchclock.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data": [
|
|
{"name":"dutchclock.json"}
|
|
],
|
|
"readme":"README.md"
|
|
}
|
|
|