diff --git a/frontend/public/android-chrome-512x512.png b/frontend/public/android-chrome-512x512.png new file mode 100644 index 0000000..2bf0c2f Binary files /dev/null and b/frontend/public/android-chrome-512x512.png differ diff --git a/frontend/public/android-icon-192x192.png b/frontend/public/android-icon-192x192.png new file mode 100644 index 0000000..9808b14 Binary files /dev/null and b/frontend/public/android-icon-192x192.png differ diff --git a/frontend/public/apple-icon-180x180.png b/frontend/public/apple-icon-180x180.png new file mode 100644 index 0000000..795c57e Binary files /dev/null and b/frontend/public/apple-icon-180x180.png differ diff --git a/frontend/public/index.html b/frontend/public/index.html index d2777f6..2ad96f8 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -4,6 +4,8 @@
+ + diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index f740c88..69b4865 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -2,12 +2,25 @@ "short_name": "SC Dashboard", "name": "Sim Companies Dashboard", "icons": [{ - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }], - "start_url": ".", + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "/android-icon-192x192.png", + "sizes": "192x192", + "type": "image/png", + "density": "4.0" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "192x192", + "type": "image/png", + "density": "4.0" + } + ], + "start_url": "https://projects.oliver.boehlk.io/simcompanies", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#0B1929", + "background_color": "#0B1929" } \ No newline at end of file