Ajout du manifest PWA

This commit is contained in:
EpicKiwi 2026-06-28 16:55:13 +02:00
parent fc31bb2377
commit 0f0908eddd
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE

20
manifest.json Normal file
View file

@ -0,0 +1,20 @@
{
"short_name": "Carte Camp",
"name": "Carte Camp",
"icons": [
{
"src": "./assets/favicon@192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./assets/favicon@512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "black",
"background_color": "black"
}