{
  "name": "EXDOLA",
  "short_name": "EXDOLA",
  "description": "EXDOLA - Exchange rate trading matching system",
  "start_url": "/?source=exdola-user-pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1D2A3A",
  "theme_color": "#1677ff",
  "icons": [
    {
      "src": "/static/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/?source=exdola-user-pwa",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}