From ea905397d7e51264a9a20386218716101e794254 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 5 May 2019 10:14:24 -0400 Subject: [PATCH] add background_color to Web App Manifest --- static/manifest.webmanifest | 1 + 1 file changed, 1 insertion(+) diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index 173b6f17..de9c77b4 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -1,5 +1,6 @@ { "theme_color": "#212121", + "background_color": "#fafafa", "icons": [ { "src": "res/mipmap-mdpi/ic_launcher.png",