{
  "short_name": "ISICEM",
  "version": "2",
  "name": "International Symposium on Intensive Care & Emergency Medicine",
  "description": "The objectives of this four day symposium are to provide participants with an up to date review of the most recent clinical relevant, developments in research, therapy and management of the critically ill.",
  "lang": "en",
  "icons": [
    {
      "src": "/images/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },

    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "id": "/",
  "start_url": "/?standalone=true",
  "theme_color": "#FFFFFF",
  "background_color": "#3fbacb",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "dir": "ltr",
  "categories": ["Emergency Medicine", "Intensive Care", "Symposium"],
  "screenshots": [
    {
      "src": "/images/screenshot.png",
      "type": "image/png",
      "sizes": "330x720",
      "form_factor": "narrow"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "auto"
  },
  "file_handlers": [
    {
      "action": "/open-pdf",
      "accept": {
        "application/pdf": [".pdf"]
      },
      "icons": [
        {
          "src": "pdf-icon.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "scope": "/",
  "handle_links": "preferred",
  "protocol_handlers": [],
  "related_applications": [],
  "scope_extensions": [
    { "origin": "*.isicem.vercel.app" },
    { "origin": "*.isicem.org" }
  ]
}
