diff --git a/README.md b/README.md index 8465659..2762809 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Share your [Speeduino](https://speeduino.com/) tune and logs. ## [https://speedytuner.cloud](https://speedytuner.cloud) -![Screenshot](https://speedytuner.cloud/img/screen.png) +![Screenshot VE Table](https://speedytuner.cloud/img/screen1.png) +![Screenshot Logs](https://speedytuner.cloud/img/screen2.png) ## ECU firmware diff --git a/public/img/screen.png b/public/img/screen.png deleted file mode 100644 index 12d1dec..0000000 Binary files a/public/img/screen.png and /dev/null differ diff --git a/public/img/screen1.png b/public/img/screen1.png new file mode 100644 index 0000000..cebaf3f Binary files /dev/null and b/public/img/screen1.png differ diff --git a/public/img/screen2.png b/public/img/screen2.png new file mode 100644 index 0000000..07bcf49 Binary files /dev/null and b/public/img/screen2.png differ diff --git a/public/manifest.json b/public/manifest.json index 704f72a..9740c22 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -16,8 +16,13 @@ ], "screenshots" : [ { - "src": "/img/screen.png", - "sizes": "1200x761", + "src": "/img/screen1.png", + "sizes": "1920x1109", + "type": "image/png" + }, + { + "src": "/img/screen2.png", + "sizes": "1920x1111", "type": "image/png" } ],