{
  "name": "ClaveScore",
  "short_name": "ClaveScore",
  "description": "Fútbol en vivo, alertas en tiempo real",
  "scope": "/",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0F1117",
  "theme_color": "#0F1117",
  "orientation": "portrait",
  "lang": "es",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "En Vivo", "url": "/matches", "description": "Ver partidos en directo" },
    { "name": "Alertas", "url": "/alerts", "description": "Ver mis alertas" }
  ],
  "categories": ["sports", "entertainment"]
}
