{
  "name": "ExNexus Trading Intelligence",
  "short_name": "ExNexus",
  "description": "Institutional trading terminal. CEX + DEX + AI. Stay slow. Trade smart.",
  "start_url": "/terminal.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#44B828",
  "categories": [
    "finance",
    "productivity"
  ],
  "lang": "en",
  "related_applications": [],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "Icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Trade",
      "short_name": "Trade",
      "description": "Open trading terminal",
      "url": "/terminal.html",
      "icons": [
        {
          "src": "Icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Demo Mode",
      "short_name": "Demo",
      "description": "Practice with $10K virtual funds",
      "url": "/terminal.html?demo=1",
      "icons": [
        {
          "src": "Icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}