diff options
Diffstat (limited to 'addons/qwantjunior/managed_storage.json')
-rw-r--r-- | addons/qwantjunior/managed_storage.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/addons/qwantjunior/managed_storage.json b/addons/qwantjunior/managed_storage.json new file mode 100644 index 0000000..00afb5a --- /dev/null +++ b/addons/qwantjunior/managed_storage.json @@ -0,0 +1,20 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema#", + "type": "object", + "properties": { + "settings": { + "type": "object", + "properties": { + "searchRegionKey": { + "type": "string" + }, + "searchLanguageKey": { + "type": "string" + }, + "interfaceLanguageKey": { + "type": "string" + } + } + } + } +} |