{
  "name": "PharmaSuite PMD — Pharmacy & Medicine Distribution",
  "short_name": "PharmaSuite PMD",
  "description": "PharmaSuite PMD — Pharmacy & Medicine Distribution System for OTCMS, medical stores and pharmacies.",
  "id": "/app/",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0F766E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/app/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Point of Sale",
      "short_name": "Sell",
      "url": "/app/pos",
      "description": "Open the point-of-sale screen"
    },
    {
      "name": "New Invoice",
      "url": "/app/invoices/new",
      "description": "Create a new invoice"
    },
    {
      "name": "Customers",
      "url": "/app/customers",
      "description": "View the customer list"
    }
  ]
}
