{
  "name": "DARO Portal",
  "short_name": "DARO Portal",
  "description": "Laboratory Sample Management - Submit requests, track samples, and retrieve testing reports",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1E3A8A",
  "background_color": "#FFFFFF",
  "categories": ["productivity", "business", "medical"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "assets/icon/favicon.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Request",
      "short_name": "New Request",
      "description": "Submit a new sample intake request",
      "url": "/requests/new"
    },
    {
      "name": "My Requests",
      "short_name": "Requests",
      "description": "View and track your sample requests",
      "url": "/requests"
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Download testing reports",
      "url": "/reports"
    }
  ]
}
