{
  "name": "koora live",
  "short_name": "koora live",
  "description": "Seguimiento en vivo de partidos y noticias deportivas",
  "start_url": "/es/?source=pwa",
  "scope": "/es/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#b31919",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "es",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "news"],
  "shortcuts": [
    {
      "name": "Partidos",
      "short_name": "Partidos",
      "description": "Ver partidos en vivo",
      "url": "/es/matches",
      "icons": [{"src": "/web-app-manifest-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Noticias",
      "short_name": "Noticias",
      "description": "Últimas noticias deportivas",
      "url": "/es/news",
      "icons": [{"src": "/web-app-manifest-192x192.png", "sizes": "192x192"}]
    }
  ]
}
