Update apps.json
parent
36898e33fc
commit
212508b34c
|
|
@ -5030,10 +5030,14 @@
|
||||||
{ "id": "contourclock",
|
{ "id": "contourclock",
|
||||||
"name": "Contour Clock",
|
"name": "Contour Clock",
|
||||||
"shortName" : "Contour Clock",
|
"shortName" : "Contour Clock",
|
||||||
|
"version":"0.01",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"description": "A Minimalist clockface with large Digits. Looks best with the dark theme",
|
"description": "A Minimalist clockface with large Digits. Looks best with the dark theme",
|
||||||
"screenshots" : [{"url":"screenshot.png"}],
|
"screenshots" : [{"url":"screenshot.png"}],
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
"allow_emulator":true,
|
||||||
|
"supports" : ["BANGLEJS2"],
|
||||||
|
"type": "clock",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"contourclock.app.js","url":"app.js"},
|
{"name":"contourclock.app.js","url":"app.js"},
|
||||||
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue