{
  "name": "Lic. Osvaldo Martínez - Psicoterapia Online",
  "short_name": "Psicoterapia OM",
  "description": "Reserva privada de turnos psicológicos online con confirmación por WhatsApp.",
  "id": "./index.html",
  "start_url": "./index.html",
  "scope": "./",
  "display_override": ["standalone", "minimal-ui"],
  "display": "standalone",
  "background_color": "#eef7fd",
  "theme_color": "#0a4c7d",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "productivity"],
  "shortcuts": [
    {
      "name": "Sacar turno",
      "short_name": "Turno",
      "url": "./index.html#turnos",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Mis turnos",
      "short_name": "Agenda",
      "url": "./index.html#mis-turnos",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
