{
  "name": "ELD App",
  "short_name": "ELD App",
  "description": "Support and management system for ELD platform",
    "theme_color": "#18181b",
    "background_color": "#18181b",
  "display": "standalone",
  "start_url": "/chat",
  "scope": "/",
  "orientation": "portrait",
  "protocol_handlers": [
    {
      "protocol": "web+eldchat",
      "url": "/chat?room=%s"
    }
  ],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
