{
  "name": "VitaFit — Nutrición + Entrenamiento + Salud",
  "short_name": "VitaFit",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0fdf4",
  "theme_color": "#006847",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧬</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Entrenar", "url": "/#training" },
    { "name": "Nutrición", "url": "/#nutrition" }
  ]
}