diff --git a/frontend/static/images/pwa-192x192.png b/frontend/static/images/pwa-192x192.png new file mode 100644 index 0000000..a3fe2a2 Binary files /dev/null and b/frontend/static/images/pwa-192x192.png differ diff --git a/frontend/static/images/pwa-512x512.png b/frontend/static/images/pwa-512x512.png new file mode 100644 index 0000000..c16e9d3 Binary files /dev/null and b/frontend/static/images/pwa-512x512.png differ diff --git a/frontend/static/images/pwa-maskable-192x192.png b/frontend/static/images/pwa-maskable-192x192.png new file mode 100644 index 0000000..7ef7c6f Binary files /dev/null and b/frontend/static/images/pwa-maskable-192x192.png differ diff --git a/frontend/static/images/pwa-maskable-512x512.png b/frontend/static/images/pwa-maskable-512x512.png new file mode 100644 index 0000000..a06aa59 Binary files /dev/null and b/frontend/static/images/pwa-maskable-512x512.png differ diff --git a/frontend/static/manifest.webmanifest b/frontend/static/manifest.webmanifest index 877ed53..ae70285 100644 --- a/frontend/static/manifest.webmanifest +++ b/frontend/static/manifest.webmanifest @@ -35,21 +35,28 @@ "type": "image/png" }, { - "src": "/images/android-icon-192x192.png", + "src": "/images/pwa-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { - "src": "/images/apple-icon-180x180.png", - "sizes": "180x180", - "type": "image/png" + "src": "/images/pwa-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" }, { - "src": "/images/ms-icon-310x310.png", - "sizes": "310x310", + "src": "/images/pwa-maskable-192x192.png", + "sizes": "192x192", "type": "image/png", - "purpose": "any maskable" + "purpose": "maskable" + }, + { + "src": "/images/pwa-maskable-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" } ] } \ No newline at end of file