{
  "name": "Narayan Pharmacy",
  "short_name": "Narayan",
  "description": "Patient and staff messaging for Narayan Pharmacy",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e11b22",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Driver",
      "url": "/driver",
      "description": "Open driver routes"
    },
    {
      "name": "Messages",
      "url": "/dashboard/chat",
      "description": "Open patient messages"
    },
    {
      "name": "Shipments",
      "url": "/dashboard/shipments",
      "description": "View delivery routes"
    }
  ],
  "categories": ["medical", "productivity"]
}
