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": "/" }