{
  "name": "Tornea",
  "short_name": "Tornea",
  "description": "Plataforma B2B multideporte para centros deportivos. Gestiona torneos, fixtures y standings.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#301934",
  "theme_color": "#301934",
  "lang": "es",
  "dir": "ltr",
  "categories": ["sports", "productivity", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mis torneos",
      "short_name": "Torneos",
      "url": "/tournaments",
      "description": "Ver todos mis torneos activos"
    },
    {
      "name": "Partidos",
      "short_name": "Partidos",
      "url": "/matches",
      "description": "Calendario de partidos"
    },
    {
      "name": "Notificaciones",
      "short_name": "Avisos",
      "url": "/notifications",
      "description": "Centro de notificaciones"
    }
  ]
}
