{
  "name": "Match Flow - EntrenoLibre",
  "short_name": "Match Flow",
  "description": "Seguimiento de partidos de tenis en tiempo real con estadísticas y momentum",
  "start_url": "/match-flow",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0c62f7",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/match-flow-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/match-flow-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "utilities"],
  "shortcuts": [
    {
      "name": "Nuevo partido",
      "short_name": "Nuevo",
      "description": "Comenzar un nuevo partido",
      "url": "/match-flow",
      "icons": [
        {
          "src": "/icons/match-flow-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/match-flow-1.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ]
}
