From bba412b0d1372c5801e6587bd15e0dba4ec83966 Mon Sep 17 00:00:00 2001 From: Hawk Date: Fri, 29 May 2020 19:57:54 +0200 Subject: [PATCH] edited --- frontend/public/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"