added favicon

This commit is contained in:
Philippe Loctaux 2023-05-19 16:23:49 +02:00
parent c1f2604624
commit bb08407f5b
17 changed files with 176 additions and 10 deletions

19
public/site.webmanifest Normal file
View file

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