{
  "id": "/",
  "name": "Upharmasys - Pharmacy Management System",
  "short_name": "Upharmasys",
  "description": "Comprehensive Pharmacy and Hospital Management System for inventory, POS, prescriptions, laboratory services, and multi-branch operations.",
  "start_url": "/?utm_source=pwa&utm_medium=installed",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#1e3a5f",
  "theme_color": "#2563eb",
  "categories": ["medical", "business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "handle_links": "preferred",
  "icons": [
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"      },
    { "src": "/icons/icon-192x192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"      },
    { "src": "/icons/icon-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",   "short_name": "Dashboard",
      "description": "Open the analytics dashboard",
      "url": "/dashboard?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "POS / Sales", "short_name": "POS",
      "description": "Open the Point of Sale terminal",
      "url": "/pos-retail?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Inventory",   "short_name": "Inventory",
      "description": "Manage stock and inventory",
      "url": "/inventory?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Prescriptions", "short_name": "Rx",
      "description": "View and process prescriptions",
      "url": "/prescriptions?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
