diff --git a/frontend/web/favicon.ico b/frontend/web/favicon.ico new file mode 100644 index 0000000..a63c8cc Binary files /dev/null and b/frontend/web/favicon.ico differ diff --git a/frontend/web/icons/android-chrome-192x192.png b/frontend/web/icons/android-chrome-192x192.png new file mode 100644 index 0000000..9333104 Binary files /dev/null and b/frontend/web/icons/android-chrome-192x192.png differ diff --git a/frontend/web/icons/android-chrome-512x512.png b/frontend/web/icons/android-chrome-512x512.png new file mode 100644 index 0000000..99ff1b3 Binary files /dev/null and b/frontend/web/icons/android-chrome-512x512.png differ diff --git a/frontend/web/icons/apple-touch-icon.png b/frontend/web/icons/apple-touch-icon.png new file mode 100644 index 0000000..29246af Binary files /dev/null and b/frontend/web/icons/apple-touch-icon.png differ diff --git a/frontend/web/icons/favicon-16x16.png b/frontend/web/icons/favicon-16x16.png new file mode 100644 index 0000000..181dec8 Binary files /dev/null and b/frontend/web/icons/favicon-16x16.png differ diff --git a/frontend/web/icons/favicon-32x32.png b/frontend/web/icons/favicon-32x32.png new file mode 100644 index 0000000..a111e0b Binary files /dev/null and b/frontend/web/icons/favicon-32x32.png differ diff --git a/frontend/web/index.html b/frontend/web/index.html index 14e214a..9e23002 100644 --- a/frontend/web/index.html +++ b/frontend/web/index.html @@ -24,10 +24,12 @@ - + - + + + frontend diff --git a/frontend/web/manifest.json b/frontend/web/manifest.json index 409f4c9..158948a 100644 --- a/frontend/web/manifest.json +++ b/frontend/web/manifest.json @@ -10,12 +10,12 @@ "prefer_related_applications": false, "icons": [ { - "src": "icons/Icon-192.png", + "src": "icons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "icons/Icon-512.png", + "src": "icons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" },