{
  "name": "SPORTICO - Pronósticos Deportivos",
  "short_name": "Sportico",
  "description": "Pronósticos deportivos inteligentes con IA para fútbol, baloncesto y béisbol.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#4ade80",
  "orientation": "portrait-primary",
  "lang": "es",
  "scope": "/",
  "categories": [
    "sports",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pronósticos de hoy",
      "short_name": "Hoy",
      "url": "/es/partidos",
      "description": "Ver pronósticos del día"
    },
    {
      "name": "Historial",
      "short_name": "Historial",
      "url": "/historial",
      "description": "Ver rendimiento histórico"
    }
  ]
}