{
  "name": "Anjani Task Center",
  "short_name": "Anjani Tasks",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0A3D91",
  "description": "Local staff task management system for Anjani Medical.",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "/brand/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/brand/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}