From 01a2407ed53ce7b147f45807632babc579889728 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 14 Sep 2023 21:11:19 -0700 Subject: feat(pwa): add colours --- static/manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/manifest.json b/static/manifest.json index c06e227c..086a9a71 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -44,7 +44,9 @@ "sizes": "16x16" } ], + "background_color": "#060506", "display": "standalone", "scope": "/", + "theme_color": "#060506", "description": "Instantly view which anime & manga on your lists have new episodes/chapters!" } -- cgit v1.2.3