{
  "id": "/",
  "name": "CoachLab.fit",
  "short_name": "CoachLab",
  "description": "Laboratorio de Planificación Deportiva",
  "start_url": "/login.html",
  "display": "standalone",
  "background_color": "#0a1128",
  "theme_color": "#0ea5e9",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "es",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan de Nutrición",
      "short_name": "Nutrición",
      "description": "Revisar estrategia nutricional",
      "url": "/app",
      "icons": [
        {
          "src": "icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Entrenamiento",
      "short_name": "Entreno",
      "description": "Ver rutina y check-ins",
      "url": "/workout",
      "icons": [
        {
          "src": "icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}