{
  "name": "MedPro - Gestión Médica",
  "short_name": "MedPro",
  "description": "Sistema de gestión para consultorio médico",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1a9e8f",
  "background_color": "#f5f0eb",
  "lang": "es",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/marcelosegui/medpro-assets/main/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://raw.githubusercontent.com/marcelosegui/medpro-assets/main/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://raw.githubusercontent.com/marcelosegui/medpro-assets/main/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MedPro Dashboard"
    },
    {
      "src": "https://raw.githubusercontent.com/marcelosegui/medpro-assets/main/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MedPro Dashboard"
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "shortcuts": [
    {
      "name": "Turnos",
      "url": "/turnos",
      "description": "Ver agenda de turnos"
    },
    {
      "name": "Pacientes",
      "url": "/pacientes",
      "description": "Gestionar pacientes"
    }
  ]
}
