diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 69b4865..9b7d52d 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -14,12 +14,13 @@ }, { "src": "/android-chrome-512x512.png", - "sizes": "192x192", + "sizes": "512x512", "type": "image/png", "density": "4.0" } ], - "start_url": "https://projects.oliver.boehlk.io/simcompanies", + "start_url": "./", + "scope": ".", "display": "standalone", "theme_color": "#0B1929", "background_color": "#0B1929"