{
  "name": "We Care Connect; DMV Elder Care",
  "short_name": "We Care Connect",
  "description": "Find trusted, verified caregivers in the Washington DC Metropolitan Area",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf6ec",
  "theme_color": "#2b1e3e",
  "orientation": "portrait-primary",
  "categories": [
    "health",
    "medical",
    "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": "Find a Caregiver",
      "url": "/seeker/dashboard",
      "description": "Search for caregivers"
    },
    {
      "name": "My Bookings",
      "url": "/seeker/bookings",
      "description": "View your bookings"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "We Care Connect Home"
    }
  ]
}