{
  "readme": "This config is used to test the message bridge feature.",
  "version": 1,
  "unprotectedTemporary": [],
  "features": {
    "navigatorInterface": {
      "state": "enabled",
      "exceptions": []
    },
    "favicon": {
      "state": "disabled",
      "exceptions": []
    },
    "messageBridge": {
      "exceptions": [],
      "state": "enabled",
      "settings": {
        "exampleFeature": "disabled",
        "domains": [
          {
            "domain": "localhost",
            "patchSettings": [
              {
                "op": "replace",
                "path": "/exampleFeature",
                "value": "enabled"
              }
            ]
          }
        ]
      }
    }
  }
}
