Added Favicon and Logo

Fixed logging typo in GameMapper
This commit is contained in:
grimsi
2022-08-10 22:32:58 +02:00
parent 02656cf6f9
commit c89d9b4db5
15 changed files with 230 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "Gameyfin",
"short_name": "Gameyfin",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}