From 06334362355dc0918f5e733bc260bc797fef84b4 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 20 Nov 2021 19:30:39 +0100 Subject: [PATCH] PWA: Darken splash screen background --- assets/templates/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/templates/manifest.json b/assets/templates/manifest.json index 9a3796686..a7382c38f 100644 --- a/assets/templates/manifest.json +++ b/assets/templates/manifest.json @@ -82,8 +82,8 @@ "scope": "{{ .config.BaseUri }}/", "start_url": "{{ .config.BaseUri }}/", "display": "standalone", - "theme_color": "#333333", - "background_color": "#333333", + "theme_color": "#0d0d0d", + "background_color": "#0d0d0d", "permissions": [ "geolocation", "downloads",