diff --git a/apps.json b/apps.json index 024fb1d54..a3c77ff00 100644 --- a/apps.json +++ b/apps.json @@ -180,6 +180,7 @@ "version": "0.13", "description": "Appears at first boot and explains how to use Bangle.js", "icon": "app.png", + "screenshots": [{"url":"screenshot_welcome.png"}], "tags": "start,welcome", "supports": ["BANGLEJS","BANGLEJS2"], "allow_emulator": true, @@ -279,6 +280,7 @@ "version": "0.03", "description": "Display Time as Text", "icon": "clock-word.png", + "screenshots": [{"url":"screenshot_word.png"}], "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], @@ -392,6 +394,7 @@ "version": "0.02", "description": "inspired by The Matrix, a clock of the same style", "icon": "matrixclock.png", + "screenshots": [{"url":"screenshot_matrix.png"}], "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], @@ -446,7 +449,6 @@ "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], - "readme": "README.md", "allow_emulator": true, "storage": [ {"name":"aclock.app.js","url":"clock-analog.js"}, @@ -510,6 +512,7 @@ "version": "0.03", "description": "Retro asteroids game", "icon": "asteroids.png", + "screenshots": [{"url":"screenshot_asteroids.png"}], "tags": "game", "supports": ["BANGLEJS","BANGLEJS2"], "allow_emulator": true, @@ -550,6 +553,7 @@ "version": "0.04", "description": "Simple compass that points North", "icon": "compass.png", + "screenshots": [{"url":"screenshot_compass.png"}], "tags": "tool,outdoors", "supports": ["BANGLEJS","BANGLEJS2"], "storage": [ @@ -1090,6 +1094,7 @@ "version": "0.07", "description": "A Simple Digital Clock", "icon": "clock-simple.png", + "screenshots": [{"url":"screenshot_simplec.png"}], "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], @@ -1610,6 +1615,7 @@ "version": "0.14", "description": "Simple CLI-Styled Clock", "icon": "app.png", + "screenshots": [{"url":"screenshot_cli.png"}], "type": "clock", "tags": "clock,cli,command,bash,shell", "supports": ["BANGLEJS","BANGLEJS2"], @@ -1982,6 +1988,7 @@ "version": "0.04", "description": "Basic calculator reminiscent of MacOs's one. Handy for small calculus.", "icon": "calculator.png", + "screenshots": [{"url":"screenshot_calculator.png"}], "tags": "app,tool", "supports": ["BANGLEJS","BANGLEJS2"], "storage": [ @@ -2223,6 +2230,7 @@ "version": "0.02", "description": "Simple calendar", "icon": "calendar.png", + "screenshots": [{"url":"screenshot_calendar.png"}], "tags": "calendar", "supports": ["BANGLEJS","BANGLEJS2"], "readme": "README.md", @@ -2371,6 +2379,7 @@ "version": "0.02", "description": "A clock for time travellers. The light pie segment shows the minutes, the black circle, the hour. The dial itself reads 'time' just in case you forget.", "icon": "gallifr.png", + "screenshots": [{"url":"screenshot_time.png"}], "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], @@ -2873,6 +2882,7 @@ "version": "0.05", "description": "Current time zone plus up to four others", "icon": "app.png", + "screenshots": [{"url":"screenshot_world.png"}], "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], @@ -3559,10 +3569,10 @@ "version": "0.03", "description": "The simplest working clock, acts as a tutorial piece", "icon": "simplest.png", + "screenshots": [{"url":"screenshot_simplest.png"}], "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], - "readme": "README.md", "storage": [ {"name":"simplest.app.js","url":"app.js"}, {"name":"simplest.img","url":"icon.js","evaluate":true} @@ -3968,6 +3978,7 @@ "version": "0.05", "description": "A Configurable clock with custom fonts and background", "icon": "pastel.png", + "screenshots": [{"url":"screenshot_pastel.png"}], "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], @@ -4005,7 +4016,6 @@ "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], - "readme": "README.md", "allow_emulator": true, "storage": [ {"name":"waveclk.app.js","url":"app.js"}, @@ -4022,7 +4032,6 @@ "type": "clock", "tags": "clock", "supports": ["BANGLEJS","BANGLEJS2"], - "readme": "README.md", "allow_emulator": true, "storage": [ {"name":"floralclk.app.js","url":"app.js"}, @@ -4039,7 +4048,6 @@ "type": "app", "tags": "", "supports": ["BANGLEJS","BANGLEJS2"], - "readme": "README.md", "storage": [ {"name":"score.app.js","url":"score.app.js"}, {"name":"score.settings.js","url":"score.settings.js"}, diff --git a/apps/astroid/screenshot_asteroids.png b/apps/astroid/screenshot_asteroids.png new file mode 100644 index 000000000..4474c7a66 Binary files /dev/null and b/apps/astroid/screenshot_asteroids.png differ diff --git a/apps/calculator/screenshot_calculator.png b/apps/calculator/screenshot_calculator.png new file mode 100644 index 000000000..7a259fe2c Binary files /dev/null and b/apps/calculator/screenshot_calculator.png differ diff --git a/apps/calendar/screenshot_calendar.png b/apps/calendar/screenshot_calendar.png new file mode 100644 index 000000000..4507d77dd Binary files /dev/null and b/apps/calendar/screenshot_calendar.png differ diff --git a/apps/cliock/screenshot_cli.png b/apps/cliock/screenshot_cli.png new file mode 100644 index 000000000..fe1c6299b Binary files /dev/null and b/apps/cliock/screenshot_cli.png differ diff --git a/apps/compass/screenshot_compass.png b/apps/compass/screenshot_compass.png new file mode 100644 index 000000000..63579bab7 Binary files /dev/null and b/apps/compass/screenshot_compass.png differ diff --git a/apps/gallifr/screenshot_time.png b/apps/gallifr/screenshot_time.png new file mode 100644 index 000000000..2754138c4 Binary files /dev/null and b/apps/gallifr/screenshot_time.png differ diff --git a/apps/matrixclock/screenshot_matrix.png b/apps/matrixclock/screenshot_matrix.png new file mode 100644 index 000000000..3d843848c Binary files /dev/null and b/apps/matrixclock/screenshot_matrix.png differ diff --git a/apps/pastel/screenshot_pastel.png b/apps/pastel/screenshot_pastel.png new file mode 100644 index 000000000..d489f1914 Binary files /dev/null and b/apps/pastel/screenshot_pastel.png differ diff --git a/apps/sclock/screenshot_simplec.png b/apps/sclock/screenshot_simplec.png new file mode 100644 index 000000000..a12db3ec8 Binary files /dev/null and b/apps/sclock/screenshot_simplec.png differ diff --git a/apps/simplest/screenshot_simplest.png b/apps/simplest/screenshot_simplest.png new file mode 100644 index 000000000..9affc3d1c Binary files /dev/null and b/apps/simplest/screenshot_simplest.png differ diff --git a/apps/wclock/screenshot_word.png b/apps/wclock/screenshot_word.png new file mode 100644 index 000000000..56e0ce98f Binary files /dev/null and b/apps/wclock/screenshot_word.png differ diff --git a/apps/welcome/screenshot_welcome.png b/apps/welcome/screenshot_welcome.png new file mode 100644 index 000000000..4c574839d Binary files /dev/null and b/apps/welcome/screenshot_welcome.png differ diff --git a/apps/worldclock/screenshot_world.png b/apps/worldclock/screenshot_world.png new file mode 100644 index 000000000..ebae637b7 Binary files /dev/null and b/apps/worldclock/screenshot_world.png differ