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/environments/environment.ts | 1 - client/src/index.html | 2 ++ client/src/manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'client/src') diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 42b8baee8..364da6745 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts @@ -1,4 +1,3 @@ -// The file contents for the current environment will overwrite these during build. // The build system defaults to the dev environment which uses `environment.ts`, but if you do // `ng build --env=prod` then `environment.prod.ts` will be used instead. // The list of which env maps to which file can be found in `.angular-cli.json`. diff --git a/client/src/index.html b/client/src/index.html index 8ff89f6a4..a824a39e2 100644 --- a/client/src/index.html +++ b/client/src/index.html @@ -7,6 +7,8 @@ + + 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