{
  "version": 0,
  "meta": {
    "name": "DEFAULT",
    "brandVersion": "n/a"
    },
  "brandName": "DFN-Conf Videoconferencing",
  "backgroundColor": "#195b91",
  "colorPalette": [
    "#E9F2FB",
    "#A3C8EE",
    "#5C9FE1",
    "#2475C5",
    "#174B7F",
    "#0A2138",
    "#0A2035",
    "#091E33",
    "#091D30",
    "#081B2E",
    "#08192B"
    ],
  "overlay": "light",
  "overlayOpacity": 0.1,
  "images": {
    "background": "./background.png",
    "logo": "./Logo-Deutsches-Forschungsnetz.svg",
    "jumbotron": "./DFN_Infografik_WebsiteBuehne_01-800x290.jpg"
    },
  "translations": {
    "en": "./en.json",
	"de": "./de.json"
    },
  "defaultUserConfig": {
    "backgroundBlurAmount": 16,
    "isAudioInputMuted": true,
    "isVideoInputMuted": true,
    "showSelfView": true
    },
  "applicationConfig": {
    "disconnectDestination": "https://www.conf.dfn.de/feedback/",
    "showLiveCaptionsFeature": true,
    "bandwidths": [
      "576",
      "1264",
      "2464",
      "6144"
      ],
    "termsAndConditions": {
      "en": "https://www.conf.dfn.de/datenschutz",
	  "de": "https://www.conf.dfn.de/datenschutz"
      },
      "feedback": {
      "enable": true,
      "url": "https://www.conf.dfn.de/feedback/"
      }
    },
  "appTitle": "DFN-Conf",
  "plugins": [
      {"src": "./plugins/recplugin/index.html"},
	  {"src": "./plugins/message-overlay/index.html"},
	  {"src": "./plugins/video-mute/index.html"},
      {"src": "./plugins/rename-participant/index.html"},
      {"src": "./plugins/conference-info/index.html" , "id": "conference-info" ,"sandboxValues": ["allow-popups" , "allow-popups-to-escape-sandbox" , "allow-same-origin"]},
      {"src": "./plugins/export-livecaptions/index.html" , "sandboxValues": ["allow-same-origin"]}
    ]
  }
