From 93df58cc4865af9046d2b31e03fa37d3ae54e45b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Feb 2018 11:54:17 +0100 Subject: Fix service worker registration --- client/src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/manifest.json') diff --git a/client/src/manifest.json b/client/src/manifest.json index 53cfa40c5..707efb973 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json @@ -1,6 +1,6 @@ { - "background_color": "white", - "theme_color": "black", + "background_color": "#fff", + "theme_color": "#fff", "description": "A federated video streaming platform using P2P", "display": "standalone", "orientation": "any", -- cgit v1.2.3