{
  "name": "Jill's Healing Space",
  "short_name": "Healing Space",
  "description": "A gentle, private healing space — warmth, comfort, and peace in your hands.",
  "start_url": "./index.html",
  "scope": "./",
  "id": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#D4A574",
  "background_color": "#FFFDF7",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "lifestyle"],
  "icons": [
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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": "Breathe",
      "short_name": "Breathe",
      "description": "Start a breathing exercise",
      "url": "./index.html#breathe"
    },
    {
      "name": "Track Symptoms",
      "short_name": "Track",
      "description": "Log how you're feeling",
      "url": "./index.html#track"
    },
    {
      "name": "Spirit",
      "short_name": "Spirit",
      "description": "Prayers and spiritual comfort",
      "url": "./index.html#spirit"
    }
  ]
}
