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" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<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" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Listory - Spotify Listen History</title>