{
  "name": "CareKeeper",
  "short_name": "CareKeeper",
  "description": "Peace of mind together — family care coordination for assisted living.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E9F1F4",
  "theme_color": "#163E5F",
  "orientation": "portrait-primary",
  "categories": ["health", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Visit checklists",
      "short_name": "Visits",
      "description": "Open visit checklists",
      "url": "/checklists",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
