{
  "name": "Vetco",
  "short_name": "Vetco",
  "description": "Veterinary practice management platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1e3a5f",
  "background_color": "#ffffff",
  "lang": "es",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Appointments",
      "short_name": "Citas",
      "description": "View today's appointment schedule",
      "url": "/appointments",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Patients",
      "short_name": "Pacientes",
      "description": "Browse patient records",
      "url": "/patients",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Appointment",
      "short_name": "Nueva cita",
      "description": "Book a new appointment",
      "url": "/appointments/new",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
