{
  "name": "TraideChart",
  "short_name": "TraideChart",
  "description": "AI Bull vs Bear Analysis for Stocks & Crypto",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0f",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "utilities"],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TraideChart AI Analysis"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze a Ticker",
      "short_name": "Analyze",
      "description": "Open app and search a ticker",
      "url": "/app",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Explore Trending",
      "short_name": "Explore",
      "description": "Browse trending analyses",
      "url": "/explore",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
