add favicon

This commit is contained in:
isUnknown 2025-02-04 09:54:20 +01:00
parent b2853043c8
commit 416d8e94b3
8 changed files with 46 additions and 0 deletions

21
site.webmanifest Normal file
View file

@ -0,0 +1,21 @@
{
"name": "actuel-inactuel",
"short_name": "a-i",
"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": "#000000",
"background_color": "#000000",
"display": "standalone"
}