{
  "id": "/?source=pwa",
  "name": "Quotex",
  "short_name": "Quotex",
  "description": "Advanced multi-market trading platform with live charts, demo access and complete account tools.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui"
  ],
  "background_color": "#0E1621",
  "theme_color": "#00C076",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "finance",
    "business"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Quotex mobile trading terminal"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Quotex desktop trading terminal"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Quotex terminal",
      "short_name": "Trade",
      "url": "/en/trade",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Download Quotex app",
      "short_name": "Download",
      "url": "/app-download",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
