{
  "name": "CanterAI",
  "short_name": "CanterAI",
  "description": "Gestión integral para técnicos de fútbol amateur",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1a73e8",
  "lang": "es",
  "categories": ["sports", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Plantel",
      "url": "/roster",
      "description": "Ver plantel actual"
    },
    {
      "name": "Partidos",
      "url": "/matches",
      "description": "Ver partidos"
    }
  ]
}
