Merge pull request #939 from Ronin0000/master

Add Screenshots to Many Apps
pull/942/head
Gordon Williams 2021-11-24 08:40:53 +00:00 committed by GitHub
commit c03ab08687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
64 changed files with 54 additions and 1 deletions

View File

@ -137,6 +137,7 @@
"icon": "app.png", "icon": "app.png",
"tags": "tool,system", "tags": "tool,system",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"screenshots": [{"url":"bangle1-about-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"about.app.js","url":"app-bangle1.js","supports": ["BANGLEJS"]}, {"name":"about.app.js","url":"app-bangle1.js","supports": ["BANGLEJS"]},
@ -238,6 +239,7 @@
"tags": "start,welcome", "tags": "start,welcome",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"custom": "custom.html", "custom": "custom.html",
"screenshots": [{"url":"bangle1-customized-welcome-screenshot.png"}],
"storage": [ "storage": [
{"name":"mywelcome.boot.js","url":"boot.js"}, {"name":"mywelcome.boot.js","url":"boot.js"},
{"name":"mywelcome.app.js","url":"app.js"}, {"name":"mywelcome.app.js","url":"app.js"},
@ -274,6 +276,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-morphing-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"mclock.app.js","url":"clock-morphing.js"}, {"name":"mclock.app.js","url":"clock-morphing.js"},
{"name":"mclock.img","url":"clock-morphing-icon.js","evaluate":true} {"name":"mclock.img","url":"clock-morphing-icon.js","evaluate":true}
@ -288,6 +291,7 @@
"icon": "app.png", "icon": "app.png",
"tags": "", "tags": "",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-moon-phase-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"moonphase.app.js","url":"app.js"}, {"name":"moonphase.app.js","url":"app.js"},
@ -418,6 +422,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-sweep-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"sweepclock.app.js","url":"sweepclock.js"}, {"name":"sweepclock.app.js","url":"sweepclock.js"},
{"name":"sweepclock.img","url":"sweepclock-icon.js","evaluate":true} {"name":"sweepclock.img","url":"sweepclock-icon.js","evaluate":true}
@ -468,6 +473,7 @@
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-impercise-word-clock-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"impwclock.app.js","url":"clock-impword.js"}, {"name":"impwclock.app.js","url":"clock-impword.js"},
@ -551,6 +557,7 @@
"supports" : ["BANGLEJS","BANGLEJS2"], "supports" : ["BANGLEJS","BANGLEJS2"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle2-cube-scramble-screenshot.png"},{"url":"bangle1-cube-scramble-screenshot.png"}],
"storage": [ "storage": [
{"name":"cubescramble.app.js","url":"cube-scramble.js"}, {"name":"cubescramble.app.js","url":"cube-scramble.js"},
{"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true} {"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true}
@ -775,6 +782,7 @@
"tags": "battery", "tags": "battery",
"supports": ["BANGLEJS", "BANGLEJS2"], "supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle2-charge-animation-screenshot.png"},{"url":"bangle-charge-animation-screenshot.png"}],
"storage": [ "storage": [
{"name":"chargeanim.app.js","url":"app.js"}, {"name":"chargeanim.app.js","url":"app.js"},
{"name":"chargeanim.boot.js","url":"boot.js"}, {"name":"chargeanim.boot.js","url":"boot.js"},
@ -980,6 +988,7 @@
"readme": "README.md", "readme": "README.md",
"interface": "interface.html", "interface": "interface.html",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-stopwatch-screenshot.png"}],
"storage": [ "storage": [
{"name":"swatch.app.js","url":"stopwatch.js"}, {"name":"swatch.app.js","url":"stopwatch.js"},
{"name":"swatch.img","url":"stopwatch-icon.js","evaluate":true} {"name":"swatch.img","url":"stopwatch-icon.js","evaluate":true}
@ -1181,6 +1190,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-vibrate-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"vibrclock.app.js","url":"app.js"}, {"name":"vibrclock.app.js","url":"app.js"},
{"name":"vibrclock.img","url":"app-icon.js","evaluate":true} {"name":"vibrclock.img","url":"app-icon.js","evaluate":true}
@ -1196,6 +1206,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle2-simple-v-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"svclock.app.js","url":"vclock-simple.js"}, {"name":"svclock.app.js","url":"vclock-simple.js"},
{"name":"svclock.img","url":"vclock-simple-icon.js","evaluate":true} {"name":"svclock.img","url":"vclock-simple-icon.js","evaluate":true}
@ -1211,6 +1222,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle2-dev-clock-screenshot.png"},{"url":"bangle1-dev-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"dclock.app.js","url":"clock-dev.js"}, {"name":"dclock.app.js","url":"clock-dev.js"},
{"name":"dclock.img","url":"clock-dev-icon.js","evaluate":true} {"name":"dclock.img","url":"clock-dev-icon.js","evaluate":true}
@ -1242,6 +1254,7 @@
"tags": "party,parrot,lol", "tags": "party,parrot,lol",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-party-parrot-screenshot.png"}],
"storage": [ "storage": [
{"name":"pparrot.app.js","url":"party-parrot.js"}, {"name":"pparrot.app.js","url":"party-parrot.js"},
{"name":"pparrot.img","url":"party-parrot-icon.js","evaluate":true} {"name":"pparrot.img","url":"party-parrot-icon.js","evaluate":true}
@ -1257,6 +1270,7 @@
"tags": "rings,hypnosis,psychadelic", "tags": "rings,hypnosis,psychadelic",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-hypno-rings-screenshot.png"}],
"storage": [ "storage": [
{"name":"hrings.app.js","url":"hypno-rings.js"}, {"name":"hrings.app.js","url":"hypno-rings.js"},
{"name":"hrings.img","url":"hypno-rings-icon.js","evaluate":true} {"name":"hrings.img","url":"hypno-rings-icon.js","evaluate":true}
@ -1324,6 +1338,7 @@
"icon": "show-color.png", "icon": "show-color.png",
"type": "app", "type": "app",
"tags": "tool", "tags": "tool",
"screenshots": [{"url":"bangle1-view-color-screenshot.png"}],
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
@ -1339,6 +1354,7 @@
"icon": "clock-mixed.png", "icon": "clock-mixed.png",
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"screenshots": [{"url":"bangle1-mixed-clock-screenshot.png"}],
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
@ -1356,6 +1372,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-binary-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"bclock.app.js","url":"clock-binary.js"}, {"name":"bclock.app.js","url":"clock-binary.js"},
{"name":"bclock.img","url":"clock-binary-icon.js","evaluate":true} {"name":"bclock.img","url":"clock-binary-icon.js","evaluate":true}
@ -1369,6 +1386,7 @@
"icon": "clock-tris.png", "icon": "clock-tris.png",
"tags": "game", "tags": "game",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-clock-tris-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"clotris.app.js","url":"clock-tris.js"}, {"name":"clotris.app.js","url":"clock-tris.js"},
@ -1428,6 +1446,7 @@
"tags": "pomodoro,cooking,tools", "tags": "pomodoro,cooking,tools",
"supports": ["BANGLEJS", "BANGLEJS2"], "supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle2-pomodoro-screenshot.png"}],
"storage": [ "storage": [
{"name":"pomodo.app.js","url":"pomodoro.js"}, {"name":"pomodo.app.js","url":"pomodoro.js"},
{"name":"pomodo.img","url":"pomodoro-icon.js","evaluate":true} {"name":"pomodo.img","url":"pomodoro-icon.js","evaluate":true}
@ -1444,6 +1463,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle2-large-digit-blob-clock-screenshot.png"},{"url":"bangle1-large-digit-blob-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"blobclk.app.js","url":"clock-blob.js"}, {"name":"blobclk.app.js","url":"clock-blob.js"},
{"name":"blobclk.img","url":"clock-blob-icon.js","evaluate":true} {"name":"blobclk.img","url":"clock-blob-icon.js","evaluate":true}
@ -1503,6 +1523,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"berlin-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"berlinc.app.js","url":"berlin-clock.js"}, {"name":"berlinc.app.js","url":"berlin-clock.js"},
{"name":"berlinc.img","url":"berlin-clock-icon.js","evaluate":true} {"name":"berlinc.img","url":"berlin-clock-icon.js","evaluate":true}
@ -1517,6 +1538,7 @@
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-center-clock-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"ctrclk.app.js","url":"app.js"}, {"name":"ctrclk.app.js","url":"app.js"},
@ -1531,6 +1553,7 @@
"icon": "app.png", "icon": "app.png",
"type": "app", "type": "app",
"tags": "", "tags": "",
"screenshots": [{"url":"bangle1-demo-loop-screenshot1.png"},{"url":"bangle1-demo-loop-screenshot2.png"},{"url":"bangle1-demo-loop-screenshot3.png"},{"url":"bangle1-demo-loop-screenshot4.png"}],
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
@ -1563,6 +1586,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-pipboy-themed-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"pipboy.app.js","url":"app.js"}, {"name":"pipboy.app.js","url":"app.js"},
{"name":"pipboy.img","url":"app-icon.js","evaluate":true} {"name":"pipboy.img","url":"app-icon.js","evaluate":true}
@ -1609,6 +1633,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-workout-HRM-screenshot.png"}],
"storage": [ "storage": [
{"name":"wohrm.app.js","url":"app.js"}, {"name":"wohrm.app.js","url":"app.js"},
{"name":"wohrm.img","url":"app-icon.js","evaluate":true} {"name":"wohrm.img","url":"app-icon.js","evaluate":true}
@ -1653,6 +1678,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": false, "allow_emulator": false,
"screenshots": [{"url":"bangle1-mario-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"marioclock.app.js","url":"marioclock-app.js"}, {"name":"marioclock.app.js","url":"marioclock-app.js"},
{"name":"marioclock.img","url":"marioclock-icon.js","evaluate":true} {"name":"marioclock.img","url":"marioclock-icon.js","evaluate":true}
@ -1715,6 +1741,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle2-dot-clcok-screenshot.png"},{"url":"bangle1-dot-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"dotclock.app.js","url":"clock-dot.js"}, {"name":"dotclock.app.js","url":"clock-dot.js"},
{"name":"dotclock.img","url":"clock-dot-icon.js","evaluate":true} {"name":"dotclock.img","url":"clock-dot-icon.js","evaluate":true}
@ -1824,6 +1851,7 @@
"tags": "game,fun", "tags": "game,fun",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-rpg-dice-screenshot.png"}],
"storage": [ "storage": [
{"name":"rpgdice.app.js","url":"app.js"}, {"name":"rpgdice.app.js","url":"app.js"},
{"name":"rpgdice.img","url":"app-icon.js","evaluate":true} {"name":"rpgdice.img","url":"app-icon.js","evaluate":true}
@ -1852,6 +1880,7 @@
"tags": "clock,minion", "tags": "clock,minion",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-minion-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"minionclk.app.js","url":"app.js"}, {"name":"minionclk.app.js","url":"app.js"},
{"name":"minionclk.img","url":"app-icon.js","evaluate":true} {"name":"minionclk.img","url":"app-icon.js","evaluate":true}
@ -1944,6 +1973,7 @@
"icon": "app.png", "icon": "app.png",
"tags": "stopwatch,chrono,timer,chronometer", "tags": "stopwatch,chrono,timer,chronometer",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"screenshots": [{"url":"bangle1-dev-stopwatch-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"devstopwatch.app.js","url":"app.js"}, {"name":"devstopwatch.app.js","url":"app.js"},
@ -1977,6 +2007,7 @@
"tags": "app,learn,visual", "tags": "app,learn,visual",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-NATO-alphabet-screenshot.png"},{"url":"bangle1-NATO-alphabet-screenshot2.png"}],
"storage": [ "storage": [
{"name":"nato.app.js","url":"nato.js"}, {"name":"nato.app.js","url":"nato.js"},
{"name":"nato.img","url":"nato-icon.js","evaluate":true} {"name":"nato.img","url":"nato-icon.js","evaluate":true}
@ -1993,6 +2024,7 @@
"tags": "numerals,clock", "tags": "numerals,clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-numerals-screenshot.png"}],
"storage": [ "storage": [
{"name":"numerals.app.js","url":"numerals.app.js"}, {"name":"numerals.app.js","url":"numerals.app.js"},
{"name":"numerals.img","url":"numerals-icon.js","evaluate":true}, {"name":"numerals.img","url":"numerals-icon.js","evaluate":true},
@ -2126,6 +2158,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-metronome-screenshot.png"}],
"storage": [ "storage": [
{"name":"metronome.app.js","url":"metronome.js"}, {"name":"metronome.app.js","url":"metronome.js"},
{"name":"metronome.img","url":"metronome-icon.js","evaluate":true}, {"name":"metronome.img","url":"metronome-icon.js","evaluate":true},
@ -2141,6 +2174,7 @@
"icon": "blackjack.png", "icon": "blackjack.png",
"tags": "game", "tags": "game",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-black-jack-game-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"blackjack.app.js","url":"blackjack.app.js"}, {"name":"blackjack.app.js","url":"blackjack.app.js"},
@ -2174,6 +2208,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-SWL-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"swlclk.app.js","url":"app.js"}, {"name":"swlclk.app.js","url":"app.js"},
{"name":"swlclk.img","url":"app-icon.js","evaluate":true} {"name":"swlclk.img","url":"app-icon.js","evaluate":true}
@ -2251,6 +2286,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-pong-screenshot.png"}],
"storage": [ "storage": [
{"name":"pong.app.js","url":"app.js"}, {"name":"pong.app.js","url":"app.js"},
{"name":"pong.img","url":"app-icon.js","evaluate":true} {"name":"pong.img","url":"app-icon.js","evaluate":true}
@ -2313,6 +2349,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-large-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"largeclock.app.js","url":"largeclock.js"}, {"name":"largeclock.app.js","url":"largeclock.js"},
{"name":"largeclock.img","url":"largeclock-icon.js","evaluate":true}, {"name":"largeclock.img","url":"largeclock-icon.js","evaluate":true},
@ -2364,6 +2401,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-timer-screenshot.png"}],
"storage": [ "storage": [
{"name":"simpletimer.app.js","url":"app.js"}, {"name":"simpletimer.app.js","url":"app.js"},
{"name":".tfnames","url":"gesture-tfnames.js","evaluate":true}, {"name":".tfnames","url":"gesture-tfnames.js","evaluate":true},
@ -2380,6 +2418,7 @@
"icon": "beebclock.png", "icon": "beebclock.png",
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"screenshots": [{"url":"bangle1-beeb-clock-screenshot.png"}],
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
@ -2413,6 +2452,7 @@
"tags": "tools,health", "tags": "tools,health",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"screenshots": [{"url":"bangle1-get-up-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"getup.app.js","url":"app.js"}, {"name":"getup.app.js","url":"app.js"},
@ -2491,6 +2531,7 @@
"version": "0.01", "version": "0.01",
"description": "La palla predice il futuro", "description": "La palla predice il futuro",
"icon": "app.png", "icon": "app.png",
"screenshots": [{"url":"bangle1-magic-8-ball-italiano-screenshot.png"}],
"tags": "game", "tags": "game",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
@ -2604,6 +2645,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-vertical-watch-face-screenshot.png"}],
"storage": [ "storage": [
{"name":"verticalface.app.js","url":"app.js"}, {"name":"verticalface.app.js","url":"app.js"},
{"name":"verticalface.img","url":"app-icon.js","evaluate":true} {"name":"verticalface.img","url":"app-icon.js","evaluate":true}
@ -2631,6 +2673,7 @@
"icon": "life.png", "icon": "life.png",
"tags": "game", "tags": "game",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-game-of-life-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"life.app.js","url":"life.min.js"}, {"name":"life.app.js","url":"life.min.js"},
@ -2678,6 +2721,7 @@
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-mixed-clock-2-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"miclock2.app.js","url":"clock-mixed.js"}, {"name":"miclock2.app.js","url":"clock-mixed.js"},
@ -2813,6 +2857,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-CPR-assist-screenshot.png"}],
"storage": [ "storage": [
{"name":"cprassist.app.js","url":"cprassist.js"}, {"name":"cprassist.app.js","url":"cprassist.js"},
{"name":"cprassist.img","url":"cprassist-icon.js","evaluate":true}, {"name":"cprassist.img","url":"cprassist-icon.js","evaluate":true},
@ -2856,6 +2901,7 @@
"icon": "counter_icon.png", "icon": "counter_icon.png",
"tags": "tool", "tags": "tool",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-counter-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"counter.app.js","url":"counter.js"}, {"name":"counter.app.js","url":"counter.js"},
@ -3235,6 +3281,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"screenshots": [{"url":"bangle1-lazy-clock-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"lazyclock.app.js","url":"lazyclock-app.js"}, {"name":"lazyclock.app.js","url":"lazyclock-app.js"},
@ -3336,6 +3383,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-slow-mo-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"slomoclock.app.js","url":"app.js"}, {"name":"slomoclock.app.js","url":"app.js"},
{"name":"slomoclock.img","url":"app-icon.js","evaluate":true}, {"name":"slomoclock.img","url":"app-icon.js","evaluate":true},
@ -3675,6 +3723,7 @@
"icon": "battleship-icon.png", "icon": "battleship-icon.png",
"tags": "game", "tags": "game",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-battle-ship-screenshot.png"}],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
@ -3878,6 +3927,7 @@
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"screenshots": [{"url":"bangle1-mystic-clock-screenshot.png"}],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
@ -3894,6 +3944,7 @@
"icon": "hcclock-icon.png", "icon": "hcclock-icon.png",
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"screenshots": [{"url":"bangle1-high-contrast-clock-screenshot.png"}],
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
@ -3975,6 +4026,7 @@
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-vector-clock-screenshot.png"}],
"storage": [ "storage": [
{"name":"vectorclock.app.js","url":"app.js"}, {"name":"vectorclock.app.js","url":"app.js"},
{"name":"vectorclock.img","url":"app-icon.js","evaluate":true} {"name":"vectorclock.img","url":"app-icon.js","evaluate":true}
@ -4004,6 +4056,7 @@
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"screenshots": [{"url":"bangle1-choozi-screenshot1.png"},{"url":"bangle1-choozi-screenshot2.png"}],
"storage": [ "storage": [
{"name":"choozi.app.js","url":"app.js"}, {"name":"choozi.app.js","url":"app.js"},
{"name":"choozi.img","url":"app-icon.js","evaluate":true} {"name":"choozi.img","url":"app-icon.js","evaluate":true}
@ -4359,7 +4412,7 @@
], ],
"data": [{"name":"authentiwatch.json"}] "data": [{"name":"authentiwatch.json"}]
}, },
{ "id": "schoolCalendar", { "id": "schoolCalendar",
"name": "School Calendar", "name": "School Calendar",
"shortName":"SCalendar", "shortName":"SCalendar",
"icon": "CalenderLogo.png", "icon": "CalenderLogo.png",

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB