{
  "readme": "This config is used to test the modify local storage feature.",
  "version": 1,
  "unprotectedTemporary": [],
  "features": {
    "webCompat": {
      "exceptions": [],
      "state": "enabled",
      "settings": {
        "windowSizing": "enabled",
        "navigatorCredentials": "enabled",
        "safariObject": "enabled",
        "modifyLocalStorage": {
          "state": "enabled",
          "changes": []
        },
        "domains": [
          {
            "domain": ["localhost", "privacy-test-pages.site"],
            "patchSettings": [
              {
                "op": "add",
                "path": "/modifyLocalStorage/changes/-",
                "value": {
                  "key": "keyToBeDeleted",
                  "action": "delete"
                }
              },
              {
                "op": "add",
                "path": "/modifyLocalStorage/changes/-",
                "value": {
                  "key": "nonexistentKey",
                  "action": "delete"
                }
              }
            ]
          }
        ]
      }
    }
  }
}
