mirror of https://github.com/espruino/BangleApps
Add some screenshots
parent
2cb7ed6f9f
commit
f35a7e5097
|
@ -3,12 +3,17 @@
|
||||||
"name": "Dutch Clock",
|
"name": "Dutch Clock",
|
||||||
"shortName":"Dutch Clock",
|
"shortName":"Dutch Clock",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.03",
|
"version":"0.04",
|
||||||
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock,dutch,text",
|
"tags": "clock,dutch,text",
|
||||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
|
"screenshots": [
|
||||||
|
{"url":"screenshotbangle2.png"},
|
||||||
|
{"url":"screenshotbangle1.png"},
|
||||||
|
{"url":"screenshotbangle1-2.png"}
|
||||||
|
],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"dutchclock.app.js","url":"app.js"},
|
{"name":"dutchclock.app.js","url":"app.js"},
|
||||||
{"name":"dutchclock.settings.js","url":"settings.js"},
|
{"name":"dutchclock.settings.js","url":"settings.js"},
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue