feat: favicon

This commit is contained in:
2026-07-14 16:45:00 +02:00
parent f229b42dbc
commit 48c9977cc8
10 changed files with 39 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Tout Doux",
"short_name": "Tout Doux",
"icons": [
{
"src": "/assets/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#75667A",
"background_color": "#faf7f5",
"display": "standalone"
}