{
  "name": "El Tauler - Entrenador d'Escacs",
  "short_name": "El Tauler",
  "version": "1.0.8",
  "description": "Entrenador d'escacs en català amb IA adaptativa, missions diàries i sistema de progrés",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#1a1410",
  "theme_color": "#c9a227",
  "orientation": "any",
  "lang": "ca",
  "categories": [
    "games",
    "education"
  ],
  "icons": [
    {
      "src": "newicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "newicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nova Partida",
      "short_name": "Partida",
      "description": "Inicia una nova partida d'escacs",
      "url": "./index.html?mode=game",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='70' font-size='60' text-anchor='middle'>♟</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Lliga",
      "short_name": "Lliga",
      "description": "Accedeix a la teva lliga",
      "url": "./index.html?mode=league",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='70' font-size='60' text-anchor='middle'>🏆</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
