{
  "name": "StockStream - Share Price Prediction",
  "short_name": "StockStream",
  "description": "Trustworthy AI-powered share price prediction and analysis platform with transparent reasoning",
  "start_url": "/market",
  "display": "standalone",
  "background_color": "#0b1120",
  "theme_color": "#38bdf8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Market Overview",
      "short_name": "Market",
      "description": "View market overview and top predictions",
      "url": "/market",
      "icons": [{ "src": "/logo_icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "description": "Manage your stock watchlist",
      "url": "/watchlist",
      "icons": [{ "src": "/logo_icon.png", "sizes": "96x96" }]
    },
    {
      "name": "VIX Tracker",
      "short_name": "VIX",
      "description": "Track market volatility index",
      "url": "/vix",
      "icons": [{ "src": "/logo_icon.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Chat",
      "short_name": "AI Chat",
      "description": "Get AI-powered investment insights",
      "url": "/ai-chat",
      "icons": [{ "src": "/logo_icon.png", "sizes": "96x96" }]
    }
  ]
}
