{
  "name": "NEXUS Perps",
  "short_name": "NEXUS",
  "description": "Private, non-custodial perpetuals terminal. Your wallet, your keys.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0d12",
  "theme_color": "#0a0d12",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance"],
  "shortcuts": [
    {
      "name": "Trade",
      "url": "/",
      "description": "Open terminal"
    },
    {
      "name": "Portfolio",
      "url": "/portfolio",
      "description": "Portfolio and settings"
    },
    {
      "name": "Backtest",
      "url": "/backtest",
      "description": "Strategy backtesting"
    }
  ]
}
