{
  "name": "Clarity Quest",
  "short_name": "Clarity Quest",
  "description": "Your Personal Clarity Guide — find direction through guided quests and AI-powered reflection.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F0E8",
  "theme_color": "#0F766E",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "health", "productivity"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Chat with Atlas",
      "short_name": "Atlas",
      "description": "Start a conversation with your clarity companion",
      "url": "/chat"
    },
    {
      "name": "Browse Quests",
      "short_name": "Quests",
      "description": "Explore the quests library",
      "url": "/quests"
    }
  ]
}
