added a temp favicon

This commit is contained in:
Claire Schwarzer 2026-01-20 22:54:01 +01:00
parent 7df9fcce7b
commit 6b127820aa
8 changed files with 44 additions and 0 deletions

21
favicons/site.webmanifest Normal file
View file

@ -0,0 +1,21 @@
{
"name": "Tarions Portfolio",
"short_name": "Portfolio",
"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": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}