mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
c66b098236
commit
f10bf24018
10
apps.json
10
apps.json
|
@ -276,6 +276,7 @@
|
|||
"tags": "clock",
|
||||
"supports": ["BANGLEJS"],
|
||||
"allow_emulator": true,
|
||||
"screenshots": [{"url":"bangle1-morphing-clock-screenshot.png"}],
|
||||
"storage": [
|
||||
{"name":"mclock.app.js","url":"clock-morphing.js"},
|
||||
{"name":"mclock.img","url":"clock-morphing-icon.js","evaluate":true}
|
||||
|
@ -1371,6 +1372,7 @@
|
|||
"tags": "clock",
|
||||
"supports": ["BANGLEJS"],
|
||||
"allow_emulator": true,
|
||||
"screenshots": [{"url":"bangle1-binary-clock-screenshot.png"}],
|
||||
"storage": [
|
||||
{"name":"bclock.app.js","url":"clock-binary.js"},
|
||||
{"name":"bclock.img","url":"clock-binary-icon.js","evaluate":true}
|
||||
|
@ -1384,7 +1386,7 @@
|
|||
"icon": "clock-tris.png",
|
||||
"tags": "game",
|
||||
"supports": ["BANGLEJS"],
|
||||
"screenshots": [{"url":"bangle1-clock-tris-screenshot.png"}],
|
||||
"screenshots": [{"url":"bangle1-clock-tris-screenshot.png"}],
|
||||
"allow_emulator": true,
|
||||
"storage": [
|
||||
{"name":"clotris.app.js","url":"clock-tris.js"},
|
||||
|
@ -2577,7 +2579,6 @@
|
|||
"icon": "app.png",
|
||||
"type": "clock",
|
||||
"tags": "clock,binary",
|
||||
"screenshots": [{"url":"bangle1-binary-clock-screenshot.png"}],
|
||||
"supports": ["BANGLEJS"],
|
||||
"storage": [
|
||||
{"name":"binclock.app.js","url":"app.js"},
|
||||
|
@ -3382,7 +3383,7 @@
|
|||
"supports": ["BANGLEJS"],
|
||||
"readme": "README.md",
|
||||
"allow_emulator": true,
|
||||
"screenshots": [{"url":"bangle1-slow-mo-clock-screenshot.png"}],
|
||||
"screenshots": [{"url":"bangle1-slow-mo-clock-screenshot.png"}],
|
||||
"storage": [
|
||||
{"name":"slomoclock.app.js","url":"app.js"},
|
||||
{"name":"slomoclock.img","url":"app-icon.js","evaluate":true},
|
||||
|
@ -3415,7 +3416,6 @@
|
|||
"tags": "clock",
|
||||
"supports": ["BANGLEJS"],
|
||||
"readme": "README.md",
|
||||
"screenshots": [{"url":"bangle1-morphing-clock-screenshot.png"}],
|
||||
"storage": [
|
||||
{"name":"mclockplus.app.js","url":"mclockplus.app.js"},
|
||||
{"name":"mclockplus.img","url":"mclockplus-icon.js","evaluate":true}
|
||||
|
@ -3911,7 +3911,6 @@
|
|||
"tags": "dock",
|
||||
"supports": ["BANGLEJS"],
|
||||
"readme": "README.md",
|
||||
"screenshots": [{"url":"bangle1-mystic-clock-screenshot.png"}],
|
||||
"storage": [
|
||||
{"name":"mysticdock.app.js","url":"mystic-dock-app.js"},
|
||||
{"name":"mysticdock.boot.js","url":"mystic-dock-boot.js"},
|
||||
|
@ -3928,6 +3927,7 @@
|
|||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": ["BANGLEJS"],
|
||||
"screenshots": [{"url":"bangle1-mystic-clock-screenshot.png"}],
|
||||
"readme": "README.md",
|
||||
"allow_emulator": true,
|
||||
"storage": [
|
||||
|
|
Loading…
Reference in New Issue