{
  "name": "LPO Management for Veterinary Hospital",
  "short_name": "VetLPO",
  "description": "Veterinary Hospital Local Purchase Order Management System — Powered by VSam AI Labs",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a1a2e",
  "orientation": "portrait-primary",
  "lang": "en",
  "icons": [
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New LPO",
      "short_name": "New LPO",
      "description": "Create a new LPO",
      "url": "/lpos?action=create",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Supply Tracker",
      "short_name": "Supply",
      "description": "View supply status",
      "url": "/supply-tracker",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
