diff --git a/apps/health/metadata.json b/apps/health/metadata.json index c425498cd..b2ecb3e8b 100644 --- a/apps/health/metadata.json +++ b/apps/health/metadata.json @@ -5,6 +5,7 @@ "version": "0.35", "description": "Logs health data and provides an app to view it", "icon": "app.png", + "screenshots" : [ { "url":"screenshot.png" } ], "tags": "tool,system,health", "supports": ["BANGLEJS","BANGLEJS2"], "readme": "README.md", diff --git a/apps/health/screenshot.png b/apps/health/screenshot.png new file mode 100644 index 000000000..01ff12433 Binary files /dev/null and b/apps/health/screenshot.png differ diff --git a/apps/hrm/metadata.json b/apps/hrm/metadata.json index 2c82f92e5..76121814b 100644 --- a/apps/hrm/metadata.json +++ b/apps/hrm/metadata.json @@ -4,6 +4,7 @@ "version": "0.13", "description": "Measure your heart rate and see live sensor data", "icon": "heartrate.png", + "screenshots" : [ { "url":"screenshot.png" } ], "tags": "health", "supports": ["BANGLEJS","BANGLEJS2"], "storage": [ diff --git a/apps/hrm/screenshot.png b/apps/hrm/screenshot.png new file mode 100644 index 000000000..9fc678c31 Binary files /dev/null and b/apps/hrm/screenshot.png differ