v3: added customizable site emoji (logo), small visual tweaks
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 41s

This commit is contained in:
2026-06-29 15:12:25 +02:00
parent aab5b5bfd5
commit f171027673
18 changed files with 342 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gerbeur",
"short_name": "gerbeur",
"name": "coucou",
"short_name": "coucou",
"start_url": "/",
"display": "standalone",
"background_color": "#111827",
@@ -10,6 +10,17 @@
"src": "/favicon.svg",
"type": "image/svg+xml",
"sizes": "any"
},
{
"src": "/favicon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/favicon-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"share_target": {