{
  "name": "VetOS — Veterinary Practice Platform",
  "short_name": "VetOS",
  "description": "Clinic, pharmacy, POS, AI assistant and client portal for modern veterinary practices.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7FAFB",
  "theme_color": "#0E6B63",
  "icons": [
    { "src": "/icon.svg",            "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png",        "sizes": "192x192", "type": "image/png",     "purpose": "any maskable" },
    { "src": "/icon-512.png",        "sizes": "512x512", "type": "image/png",     "purpose": "any maskable" },
    { "src": "/apple-touch-icon.png","sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "POS",       "url": "/secretary/pos",      "icons": [{ "src": "/icon.svg", "sizes": "any" }] },
    { "name": "Pharmacy",  "url": "/secretary/pharmacy", "icons": [{ "src": "/icon.svg", "sizes": "any" }] },
    { "name": "AI Vet",    "url": "/portal/ai",          "icons": [{ "src": "/icon.svg", "sizes": "any" }] }
  ]
}
