{
  "name": "MarketMindAI",
  "short_name": "MarketMind",
  "description": "AI-powered equity market analysis platform",
  "start_url": "/",
  "display": "standalone",
  "capture_links": "none",
  "background_color": "#0f172a",
  "theme_color": "#3E7BFA",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Scanner",
      "short_name": "Scanner",
      "description": "Run stock scans",
      "url": "/scanner",
      "icons": [{ "src": "/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "View your portfolio",
      "url": "/portfolio",
      "icons": [{ "src": "/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Market",
      "short_name": "Market",
      "description": "Market context and sector rotation",
      "url": "/market",
      "icons": [{ "src": "/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
