{
  "id": "./index.html",
  "name": "SimEx Exchange",
  "short_name": "SimEx",
  "description": "SimEx multi-market exchange simulation web application",
  "lang": "en",
  "start_url": "./index.html#/markets",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#0B0E11",
  "theme_color": "#0B0E11",
  "orientation": "any",
  "categories": [
    "finance",
    "business"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Markets",
      "url": "./index.html#/markets"
    },
    {
      "name": "Spot",
      "url": "./index.html#/spot"
    },
    {
      "name": "Futures",
      "url": "./index.html#/futures"
    },
    {
      "name": "P2P",
      "url": "./index.html#/p2p"
    },
    {
      "name": "Wallet",
      "url": "./index.html#/wallet"
    }
  ]
}