Initial commit

This commit is contained in:
Damien Broqua 2023-12-30 16:34:46 +01:00
parent d4589432ac
commit 33e6b707a2
18 changed files with 5203 additions and 358 deletions

19
public/site.webmanifest Normal file
View file

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