{
  "appshortname": "Super Agent",
  "tabs": {
    "folders": true,
    "files": false,
    "history": true,
    "options": true
  },
  "brandingFooterContent": "here <a href='https://themes.getbootstrap.com'>be dragons</a> text",
  "styles": [
    {
      "selector": "bt-header-navbar",
      "style": "background-color: pink"
    },
    {
      "selector": "bt-header-btn-tab.active",
      "style": "background-color: plum"
    },
    {
      "selector": "bt-header-btn-tab.active",
      "style": "border-bottom-color: green"
    },
    {
      "selector": "bt-header-btn-tab:hover",
      "style": "background-color: greenyellow"
    },
    {
      "selector": "tableScrollContainer",
      "style": "background-color: oldlace"
    },
    {
      "selector": "settings-tabs-container",
      "style": "background-color: oldlace"
    },
    {
      "selector": "settings-tabs-buttons",
      "style": "background-color: pink"
    }
  ]
}