{
  "name": "Assistant Hub",
  "short_name": "AssistHub",
  "description": "Multi-LLM AI chat, live crypto analysis, and AI mentoring in one platform.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#08080e",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "lang": "en",
  "icons": [
    {
      "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"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Start a new AI conversation",
      "url": "/#chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Crypto Analysis",
      "short_name": "Crypto",
      "description": "Live BTC, ETH, SOL prices and AI analysis",
      "url": "/#crypto",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Community Forum",
      "short_name": "Forum",
      "description": "Discussions and Insight Debates",
      "url": "/#community",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["productivity", "finance", "education"],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Assistant Hub — AI Chat and Crypto Analysis"
    }
  ]
}
