{
  "name": "PrivateInHomeCareGiver - Massachusetts In-Home Care",
  "short_name": "PrivateInHomeCareGiver",
  "description": "Trusted in-home care services in Massachusetts. Connecting families with professional Personal Care Assistants (PCAs).",
  "theme_color": "#8B5CF6",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "healthcare",
    "medical",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Find Caregivers",
      "short_name": "Caregivers",
      "description": "Browse available caregivers",
      "url": "/caregivers",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Schedule Consultation",
      "short_name": "Consultation",
      "description": "Schedule a free consultation",
      "url": "/consultation",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Career Opportunities",
      "short_name": "Careers",
      "description": "View job openings",
      "url": "/careers",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}