summaryrefslogtreecommitdiff
path: root/src/managed_storage.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/managed_storage.json')
-rw-r--r--src/managed_storage.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/managed_storage.json b/src/managed_storage.json
new file mode 100644
index 0000000..8243fe0
--- /dev/null
+++ b/src/managed_storage.json
@@ -0,0 +1,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"
+ }
+ }
+}