From a340c7b958c37082438e5850c61cd15f37425b0c Mon Sep 17 00:00:00 2001 From: shinya Date: Tue, 24 Jun 2025 21:16:33 +0800 Subject: [PATCH] feat: update manifest --- public/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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",