{
  "preferences": {
    "colors": {
      "base": "rgb(24, 24, 32)",
      "light": "rgb(24, 24, 32)",
      "dark": "rgb(24, 24, 32)"
    },
    "css": ".team-theme-bg {\n    background: rgb(24, 24, 32);\n    background-color: rgb(24, 24, 32)\n    }\n.team-theme-bg-light {\n    background: rgb(24, 24, 32);\n    color: white;\n    background-color: rgb(24, 24, 32)\n    }\n.team-theme-bg-dark {\n    background: rgb(24, 24, 32);\n    background-color: rgb(24, 24, 32);\n    color: white\n    }"
  },
  "companyName": "Eight Sleep",
  "chatbotName": {
    "base": "Eight Sleep"
  },
  "chatInputSettings": {
    "allowedFileTypes": [
      "pdf",
      "png",
      "jpg",
      "jpeg",
      "webp",
      "gif",
      "zip"
    ],
    "enableFileUpload": true,
    "requireAgentForFileUpload": false
  },
  "ratingSettings": {
    "enableResolution": true,
    "useDynamicCSATv2": true,
    "isBinary": false
  },
  "closingSurveySettings": {
    "isAgentOnly": true,
    "isFeedbackEnabled": true,
    "enableOnWidgetClose": true,
    "enableOnMobileWidgetClose": true,
    "enableForClosedConversations": true
  },
  "target": "base"
}