{
  "name": "Swing Trade Dashboard",
  "short_name": "SwingTrade",
  "description": "Real-time swing trading signals — BUY, SELL, RETIRE",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e1a",
  "theme_color": "#0d1224",
  "icons": [
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View live signals"
    },
    {
      "name": "Settings",
      "url": "/settings",
      "description": "Manage your account"
    }
  ]
}
