Tweaked layout, added favicon

This commit is contained in:
2022-09-04 20:10:51 +02:00
parent f9692877d5
commit d5c5c93fcd
17 changed files with 201 additions and 6 deletions

View File

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}