{
  "name": "Jungian Psyche AI",
  "short_name": "Jungian AI",
  "description": "Explore the depths of your psyche with Carl Jung's analytical wisdom. AI-powered dream analysis, shadow work, and psychological insight.",
  "theme_color": "#6B46C1",
  "background_color": "#000000",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/app",
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "medical"],
  "lang": "en-US",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Start Chat",
      "short_name": "Chat",
      "description": "Start a new conversation with Carl Jung",
      "url": "/chat",
      "icons": [{ "src": "/app-icon.png", "sizes": "128x128", "type": "image/png" }]
    },
    {
      "name": "Concepts",
      "short_name": "Concepts",
      "description": "Explore Jungian psychology concepts",
      "url": "/concepts",
      "icons": [{ "src": "/app-icon.png", "sizes": "128x128", "type": "image/png" }]
    }
  ]
}
