From b9ea8808f229ca3f286cb0f33bf85e9fa6c2a20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Thu, 14 May 2020 03:10:04 +0200 Subject: [PATCH] feat(frontend): configure pwa --- frontend/public/index.html | 2 +- frontend/public/manifest.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 98cd24a..d459c52 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -4,7 +4,7 @@ - + Listory - Spotify Listen History diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 6f8710c..0184f92 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -7,6 +7,8 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#48bb78", + "background_color": "#ffffff", + "orientation": "portrait-primary", + "scope": "/" }