diff --git a/public/manifest.json b/public/manifest.json index 2a47782..2b4e0bc 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -5,8 +5,10 @@ "start_url": "/", "scope": "/", "display": "standalone", - "background_color": "#ffffff", - "theme_color": "#0f172a", + "background_color": "#000000", + "theme_color": "#000000", + "apple-mobile-web-app-capable": "yes", + "apple-mobile-web-app-status-bar-style": "black", "icons": [ { "src": "/icons/icon-192x192.png",