{
  "name": "Vitalis+ Pro",
  "short_name": "Vitalis+",
  "description": "Tu asistente personal de salud",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0D0D14",
  "theme_color": "#0D0D14",
  "orientation": "portrait",
  "lang": "es",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='112' fill='%230D0D14'/><text y='360' x='256' text-anchor='middle' font-size='300'>💚</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png", 
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "shortcuts": [
    {
      "name": "Mis Signos",
      "url": "./index.html#salud",
      "description": "Ver signos vitales"
    },
    {
      "name": "Medicamentos",
      "url": "./index.html#medicamentos",
      "description": "Ver medicamentos del día"
    }
  ]
}
