Ajoute le mode standalone sur iPhone

This commit is contained in:
2026-04-12 15:25:28 +02:00
parent 3bf1e93543
commit c3818e6417
7 changed files with 68 additions and 6 deletions

17
site.webmanifest Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "ChessCubing Arena",
"short_name": "ChessCubing",
"description": "Application officielle de match ChessCubing pour chrono, cube et arbitrage.",
"start_url": "/application.html",
"scope": "/",
"display": "standalone",
"background_color": "#140700",
"theme_color": "#140700",
"icons": [
{
"src": "/logo.png",
"sizes": "2048x2048",
"type": "image/png"
}
]
}