From 41e31618950425816daf32ad7e26c22039ee0ff6 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Tue, 23 Mar 2021 10:10:21 +0100 Subject: [PATCH] Add screenshots --- README.md | 2 ++ public/manifest.json | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index bbc309a..659f885 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Share your Speeduino tune and logs. ## [https://speedytuner.cloud](https://speedytuner.cloud) +![Screenshot](https://speedytuner.cloud/img/screen.png) + ## Development Recommended dev environment: diff --git a/public/manifest.json b/public/manifest.json index 8673948..704f72a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -14,6 +14,13 @@ "sizes": "512x512" } ], + "screenshots" : [ + { + "src": "/img/screen.png", + "sizes": "1200x761", + "type": "image/png" + } + ], "start_url": ".", "display": "standalone", "theme_color": "#222629",