{
  "name": "Haven \u2014 Your Safe Space",
  "short_name": "Haven",
  "description": "AI-powered emotional wellness companion",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#faf8f5",
  "theme_color": "#c5956b",
  "orientation": "portrait-primary",
  "categories": [
    "health",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}