From e4173c73fe3ae9b85e52782d8daef2f6fec9f67d Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Tue, 1 Jul 2025 10:56:53 +0300 Subject: [PATCH] chore(web): add `background_color` to webmanifest --- web/static/service/tanabata.webmanifest | 1 + 1 file changed, 1 insertion(+) diff --git a/web/static/service/tanabata.webmanifest b/web/static/service/tanabata.webmanifest index 17ca3dc..29895bd 100644 --- a/web/static/service/tanabata.webmanifest +++ b/web/static/service/tanabata.webmanifest @@ -7,6 +7,7 @@ "scope": "/", "display": "standalone", "theme_color": "#615880", + "background_color": "#312F45", "icons": [ { "src": "\/images\/android-icon-36x36.png",