Added favicon

This commit is contained in:
2026-04-06 13:28:28 +02:00
parent a741d769bc
commit 538bd8920c
9 changed files with 39 additions and 35 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Quay",
"short_name": "Quay",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#171717",
"background_color": "#171717",
"display": "standalone"
}