aboutsummaryrefslogtreecommitdiff
path: root/profiles/addons/qwantjunior/managed_storage.json
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/addons/qwantjunior/managed_storage.json')
-rw-r--r--profiles/addons/qwantjunior/managed_storage.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/addons/qwantjunior/managed_storage.json b/profiles/addons/qwantjunior/managed_storage.json
new file mode 100644
index 0000000..00afb5a
--- /dev/null
+++ b/profiles/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"
+ }
+ }
+ }
+ }
+}