{
  "name": "Closure",
  "short_name": "Closure",
  "description": "A calm AI companion for breakup healing, reflection, and emotional regulation.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#100f14",
  "theme_color": "#100f14",
  "orientation": "portrait-primary",
  "categories": ["health", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to Sage",
      "short_name": "Sage",
      "url": "/chat?source=pwa",
      "description": "Open the AI companion."
    },
    {
      "name": "Why It Hurts",
      "short_name": "Why It Hurts",
      "url": "/why-it-hurts?source=pwa",
      "description": "Understand attachment and breakup withdrawal."
    },
    {
      "name": "Mood",
      "short_name": "Mood",
      "url": "/mood?source=pwa",
      "description": "Log a mood check-in."
    }
  ]
}
