2024-09-02 22:41:50 +00:00
|
|
|
{
|
|
|
|
"id": "dutchclock",
|
|
|
|
"name": "Dutch Clock",
|
|
|
|
"shortName":"Dutch Clock",
|
|
|
|
"icon": "app.png",
|
2024-09-07 10:49:56 +00:00
|
|
|
"version":"0.19",
|
2024-09-03 21:12:02 +00:00
|
|
|
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
2024-09-02 22:41:50 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock,dutch,text",
|
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2024-09-02 22:55:10 +00:00
|
|
|
"allow_emulator": true,
|
2024-09-03 21:20:15 +00:00
|
|
|
"screenshots": [
|
2024-09-03 23:10:59 +00:00
|
|
|
{"url":"screenshotbangle1-2.png"},
|
2024-09-03 21:20:15 +00:00
|
|
|
{"url":"screenshotbangle2.png"},
|
2024-09-03 23:10:59 +00:00
|
|
|
{"url":"screenshotbangle1.png"}
|
2024-09-03 21:20:15 +00:00
|
|
|
],
|
2024-09-02 22:41:50 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"dutchclock.app.js","url":"app.js"},
|
|
|
|
{"name":"dutchclock.settings.js","url":"settings.js"},
|
2024-09-03 21:05:45 +00:00
|
|
|
{"name":"dutchclock.default.json","url":"default.json"},
|
2024-09-02 22:41:50 +00:00
|
|
|
{"name":"dutchclock.img","url":"app-icon.js","evaluate":true}
|
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name":"dutchclock.json"}
|
2024-09-03 23:10:59 +00:00
|
|
|
],
|
|
|
|
"readme":"README.md"
|
2024-09-02 22:55:10 +00:00
|
|
|
}
|
|
|
|
|