summaryrefslogtreecommitdiff
path: root/src/managed_storage.json
blob: 8243fe05becdc2f150f059becd6ea4a9a0c8140b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "http://json-schema.org/draft-03/schema#",
  "type": "object",
  "properties": {
    "defaultSettings": {
      "title": "A valid JSON string compliant with NoScripts's backup format.",
      "description": "All entries present will overwrite local settings.",
      "type": "string"
    }
  }
}