{
  "name": "Échecs en ligne",
  "short_name": "Échecs",
  "description": "Jeu d'échecs 2 joueurs en temps réel",
  "start_url": "/echecs/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#81b64c",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}