{
  "name": "Candle Care",
  "short_name": "Candle Care",
  "description": "Elder care on demand · Dallas, TX · candlecare.care",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAF6EE",
  "theme_color": "#5A7A5A",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon.svg",     "sizes": "any",     "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Book Care Now",
      "short_name": "Book Care",
      "description": "Book a caregiver for your loved one",
      "url": "/signup.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Caregiver Portal",
      "short_name": "My Portal",
      "description": "Manage your shifts and bookings",
      "url": "/caregiver.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find a Caregiver",
      "short_name": "Find Care",
      "description": "Browse verified caregivers near you",
      "url": "/find-caregiver.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
