{
  "name": "Medication Delivery & Receipt Documentation System",
  "short_name": "Med Delivery",
  "description": "Secure medication delivery and receipt documentation with barcode scanning, e-signatures, images, reports, and audit trail.",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#101827",
  "theme_color": "#101827",
  "categories": [
    "medical",
    "productivity",
    "business"
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}