{
  "name": "TradeSanity",
  "short_name": "TradeSanity",
  "description": "6-Strategy Multi-Timeframe Trading Analysis Engine",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0e17",
  "theme_color": "#0a0e17",
  "orientation": "any",
  "categories": ["finance"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Analysis",
      "short_name": "Analysis",
      "url": "/analysis",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "F&O Paper",
      "short_name": "F&O",
      "url": "/paper-fno",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Open Interest",
      "short_name": "OI",
      "url": "/oi",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "url": "/watchlist",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
