Added favicon, text stroke and changes to data handling

This commit is contained in:
Alexis
2023-10-09 22:52:26 +02:00
parent 6664cf19f3
commit 1fbc96acf2
19 changed files with 771 additions and 245 deletions

14
public/site.webmanifest Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Cartes de Leim",
"short_name": "Cartes de Leim",
"icons": [
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#a9d1eb",
"background_color": "#a9d1eb",
"display": "standalone"
}