feat(frontend): add favicon

This commit is contained in:
Julian Tölle 2020-05-14 03:09:49 +02:00
parent 4db924b78e
commit bf9aba3033
5 changed files with 107 additions and 2 deletions

View file

@ -1,7 +1,10 @@
{
"short_name": "Listory",
"name": "Listory - Track your Spotify Listens",
"icons": [],
"icons": [
{ "src": "favicon.svg", "sizes": "256x256" },
{ "src": "favicon.png", "sizes": "64x64" }
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",