diff --git a/README.md b/README.md index de609c0..3eb1911 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ ![Screenshot Logs](/public/img/screen2.png) +
+ +![Screenshot Tooth](/public/img/screen3.png) + ## Supported ECUs ### Speeduino diff --git a/public/img/screen1.png b/public/img/screen1.png index 34d85e5..8d13886 100644 Binary files a/public/img/screen1.png and b/public/img/screen1.png differ diff --git a/public/img/screen2.png b/public/img/screen2.png index 6e12045..db2f2c0 100644 Binary files a/public/img/screen2.png and b/public/img/screen2.png differ diff --git a/public/img/screen3.png b/public/img/screen3.png new file mode 100644 index 0000000..7716d45 Binary files /dev/null and b/public/img/screen3.png differ diff --git a/public/manifest.json b/public/manifest.json index f9eb57a..fc8fbfc 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -15,19 +15,26 @@ } ], "screenshots" : [ + { + "src": "/img/screen1.png", + "sizes": "3008x2050", + "type": "image/png", + "platform": "wide", + "label": "Tune view" + }, { "src": "/img/screen2.png", - "sizes": "1920x1194", + "sizes": "3008x2050", "type": "image/png", "platform": "wide", "label": "Log viewer" }, { - "src": "/img/screen1.png", - "sizes": "1920x1194", + "src": "/img/screen3.png", + "sizes": "3008x2050", "type": "image/png", "platform": "wide", - "label": "VE Table with command palette" + "label": "Tooth log viewer" } ], "start_url": ".",