diff --git a/src/frontend/index.html b/src/frontend/index.html index 3d59eac..283e226 100644 --- a/src/frontend/index.html +++ b/src/frontend/index.html @@ -4,6 +4,12 @@ + + + + + + Logistics Cost Calculation Tool diff --git a/src/frontend/public/apple-touch-icon.png b/src/frontend/public/apple-touch-icon.png new file mode 100644 index 0000000..92b9fe6 Binary files /dev/null and b/src/frontend/public/apple-touch-icon.png differ diff --git a/src/frontend/public/favicon-96x96.png b/src/frontend/public/favicon-96x96.png new file mode 100644 index 0000000..27edd58 Binary files /dev/null and b/src/frontend/public/favicon-96x96.png differ diff --git a/src/frontend/public/favicon.ico b/src/frontend/public/favicon.ico index df36fcf..1b2abbf 100644 Binary files a/src/frontend/public/favicon.ico and b/src/frontend/public/favicon.ico differ diff --git a/src/frontend/public/favicon.svg b/src/frontend/public/favicon.svg new file mode 100644 index 0000000..0245ba4 --- /dev/null +++ b/src/frontend/public/favicon.svg @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/src/frontend/public/site.webmanifest b/src/frontend/public/site.webmanifest new file mode 100644 index 0000000..ccf313a --- /dev/null +++ b/src/frontend/public/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "MyWebSite", + "short_name": "MySite", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/src/frontend/public/web-app-manifest-192x192.png b/src/frontend/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..8f592ae Binary files /dev/null and b/src/frontend/public/web-app-manifest-192x192.png differ diff --git a/src/frontend/public/web-app-manifest-512x512.png b/src/frontend/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..467aed8 Binary files /dev/null and b/src/frontend/public/web-app-manifest-512x512.png differ