mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(frontend): add favicon
This commit is contained in:
parent
4db924b78e
commit
bf9aba3033
5 changed files with 107 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue