diff --git a/driver-pwa/frontend/public/icons/icon-192.png b/driver-pwa/frontend/public/icons/icon-192.png new file mode 100644 index 0000000..5e2dc3b Binary files /dev/null and b/driver-pwa/frontend/public/icons/icon-192.png differ diff --git a/driver-pwa/frontend/public/icons/icon-512.png b/driver-pwa/frontend/public/icons/icon-512.png new file mode 100644 index 0000000..5e2dc3b Binary files /dev/null and b/driver-pwa/frontend/public/icons/icon-512.png differ diff --git a/driver-pwa/frontend/public/manifest.webmanifest b/driver-pwa/frontend/public/manifest.webmanifest new file mode 100644 index 0000000..39e027a --- /dev/null +++ b/driver-pwa/frontend/public/manifest.webmanifest @@ -0,0 +1,13 @@ +{ + "name": "Премиум Водитель", + "short_name": "Премиум", + "start_url": "/", + "display": "standalone", + "orientation": "portrait", + "background_color": "#F3EEE3", + "theme_color": "#F3EEE3", + "icons": [ + { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, + { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } + ] +}