{
  "name": "Vetty — Veterinary Practice Management",
  "short_name": "Vetty",
  "description": "Multi-clinic veterinary practice management for India. Patients, appointments, prescriptions, inventory, billing.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#059669",
  "background_color": "#0f172a",
  "lang": "en",
  "categories": ["medical", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Today's appointments",
      "short_name": "Today",
      "description": "Jump to today's appointment queue",
      "url": "/?view=appointments",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "description": "Open the patients tab",
      "url": "/?view=patients",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
