feat : add favicon and meta tags

This commit is contained in:
GuillaumeSD
2024-03-20 22:01:53 +01:00
parent 33c6764a8f
commit 68d0b42c27
11 changed files with 71 additions and 3 deletions

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "FreeChess",
"short_name": "FreeChess",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#5d9948",
"background_color": "#ffffff",
"display": "standalone"
}