diff --git a/package.json b/package.json index 766b96b..4ca3633 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "sass": "^1.59.3", "typescript": "^5.0.2", "vite": "^4.2.1", - "vite-plugin-pwa": "^0.14.6", + "vite-plugin-pwa": "^0.16.5", "vue-tsc": "^1.2.0" } } diff --git a/public/apple-touch-icon-180x180.png b/public/apple-touch-icon-180x180.png new file mode 100644 index 0000000..3344f86 Binary files /dev/null and b/public/apple-touch-icon-180x180.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png deleted file mode 100644 index 9404364..0000000 Binary files a/public/favicon-16x16.png and /dev/null differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png deleted file mode 100644 index d3c78c9..0000000 Binary files a/public/favicon-32x32.png and /dev/null differ diff --git a/public/favicon.ico b/public/favicon.ico index 05c90d9..0ead9c1 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..9c15565 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/manifest.json b/public/manifest.json index 4afb830..0686050 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -5,15 +5,26 @@ "description": "Generator składów online dla symulatora Train Driver 2", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "pwa-64x64.png", + "sizes": "64x64", + "type": "image/png" + }, + { + "src": "pwa-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-512x512.png", + "src": "pwa-512x512.png", "sizes": "512x512", "type": "image/png", - "purpose": "any maskable" + "purpose": "any" + }, + { + "src": "maskable-icon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" } ], "theme_color": "#2c3149", diff --git a/public/maskable-icon-512x512.png b/public/maskable-icon-512x512.png new file mode 100644 index 0000000..2902365 Binary files /dev/null and b/public/maskable-icon-512x512.png differ diff --git a/public/mstile-144x144.png b/public/mstile-144x144.png deleted file mode 100644 index fe48a7c..0000000 Binary files a/public/mstile-144x144.png and /dev/null differ diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png deleted file mode 100644 index 8fa5d3b..0000000 Binary files a/public/mstile-150x150.png and /dev/null differ diff --git a/public/mstile-310x150.png b/public/mstile-310x150.png deleted file mode 100644 index a96edf7..0000000 Binary files a/public/mstile-310x150.png and /dev/null differ diff --git a/public/mstile-310x310.png b/public/mstile-310x310.png deleted file mode 100644 index b9da8d4..0000000 Binary files a/public/mstile-310x310.png and /dev/null differ diff --git a/public/mstile-70x70.png b/public/mstile-70x70.png deleted file mode 100644 index 957a0ac..0000000 Binary files a/public/mstile-70x70.png and /dev/null differ diff --git a/public/pwa-192x192.png b/public/pwa-192x192.png new file mode 100644 index 0000000..5eca522 Binary files /dev/null and b/public/pwa-192x192.png differ diff --git a/public/pwa-512x512.png b/public/pwa-512x512.png new file mode 100644 index 0000000..0881e4d Binary files /dev/null and b/public/pwa-512x512.png differ diff --git a/public/pwa-64x64.png b/public/pwa-64x64.png new file mode 100644 index 0000000..ee85bd9 Binary files /dev/null and b/public/pwa-64x64.png differ diff --git a/public/site.webmanifest b/public/site.webmanifest index 92e8989..af64cda 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -5,19 +5,29 @@ "description": "Generator składów online dla symulatora Train Driver 2", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "pwa-64x64.png", + "sizes": "64x64", + "type": "image/png" + }, + { + "src": "pwa-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-512x512.png", + "src": "pwa-512x512.png", "sizes": "512x512", "type": "image/png", - "purpose": "any maskable" + "purpose": "any" + }, + { + "src": "maskable-icon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" } ], "theme_color": "#2c3149", "background_color": "#2c3149", "display": "standalone" } - diff --git a/src/components/sections/StockSection.vue b/src/components/sections/StockSection.vue index 67c039a..c928d63 100644 --- a/src/components/sections/StockSection.vue +++ b/src/components/sections/StockSection.vue @@ -16,37 +16,29 @@ - +