{
  "id": "/?source=pwa",
  "name": "Kind Care",
  "short_name": "Kind Care",
  "description": "Coordinate home care with your family and the carers you trust — offline-first, share by link, your data stays yours.",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "categories": ["health", "medical", "lifestyle"],
  "prefer_related_applications": false,
  "background_color": "#faf5fc",
  "theme_color": "#f2e6f7",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My dashboard",
      "short_name": "Dashboard",
      "description": "Jump to your home dashboard",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sign in",
      "short_name": "Sign in",
      "description": "Sign in to your account",
      "url": "/login",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
