{
  "name": "Smart Trading Terminal",
  "short_name": "Trading Terminal",
  "description": "Professional Options Trading System with ORB, Renko & VWAP strategies",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#0f0f23",
  "scope": "/",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Auto Trader",
      "short_name": "Auto Trader",
      "description": "Start the automated trading system",
      "url": "/?tab=auto-trader",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "ORB Scanner",
      "short_name": "ORB",
      "description": "Open Range Breakout scanner",
      "url": "/?tab=orb-scanner",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "productivity",
    "finance"
  ]
}