mirror of https://github.com/espruino/BangleApps
Update metadata.json
parent
adaeb1561d
commit
2ba7c3d2d9
|
@ -2,12 +2,12 @@
|
||||||
"name":"jclock",
|
"name":"jclock",
|
||||||
"shortName":"jclock",
|
"shortName":"jclock",
|
||||||
"icon":"app.png",
|
"icon":"app.png",
|
||||||
"version":"0.02",
|
"version":"0.03",
|
||||||
"description":"Similar layout to Rebble clock, but much simpler features with switched time and the feature window. The time is on the right side. This is my first Bangle app.",
|
"description":"Similar layout to Rebble clock, but much simpler features with switched time and the feature window. The time is on the right side. This is my first Bangle app.",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"screenshots": [{"url":"jclock_screenshot_no_BT.png"},{"url":"jclock_screenshot_BT.png"}],
|
"screenshots": [{"url":"screenshot_noBT.png"},{"url":"screenshot_BT.png"}],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"jclock.app.js","url":"app.js"},
|
{"name":"jclock.app.js","url":"app.js"},
|
||||||
{"name":"jclock.img","url":"app-icon.js","evaluate":true}
|
{"name":"jclock.img","url":"app-icon.js","evaluate":true}
|
||||||
|
|
Loading…
Reference in New Issue