{
  "name": "Family Pharmacy Management System",
  "short_name": "Family Pharmacy",
  "description": "Professional Family Pharmacy Management System with Inventory, POS, Dispensing, and Analytics.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#059669",
  "lang": "en",
  "categories": ["medical", "business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Point of Sale (POS)",
      "short_name": "POS",
      "description": "Open POS Checkout Counter",
      "url": "/?module=pos",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Check Medication Stock",
      "url": "/?module=inventory",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Sales History",
      "short_name": "Sales",
      "description": "View Receipts & Transactions",
      "url": "/?module=sales",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false
}
