lecoffre-front/public/manifest.json
Maxime Lalo 3e9c096deb New favicon
2024-07-25 17:27:49 +02:00

16 lines
254 B
JSON

{
"short_name": "lecoffre",
"name": "lecoffre",
"icons": [
{
"src": "/favicon.svg",
"sizes": "32x32 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "light",
"background_color": "light"
}