feat(frontend): configure pwa

This commit is contained in:
Julian Tölle 2020-05-14 03:10:04 +02:00
parent bf9aba3033
commit b9ea8808f2
2 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" /> <link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#48bb78" />
<meta name="description" content="Listory - Track your Spotify Listens" /> <meta name="description" content="Listory - Track your Spotify Listens" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Listory - Spotify Listen History</title> <title>Listory - Spotify Listen History</title>

View file

@ -7,6 +7,8 @@
], ],
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#48bb78",
"background_color": "#ffffff" "background_color": "#ffffff",
"orientation": "portrait-primary",
"scope": "/"
} }