aboutsummaryrefslogtreecommitdiff
path: root/profiles/addons/qwantjunior/managed_storage.json
diff options
context:
space:
mode:
authortilpner2020-05-18 13:04:08 +0200
committertilpner2020-05-18 13:04:08 +0200
commit63528355a9b9f492809a777d9ac8d6e529688b02 (patch)
treeb8bd0610980dd55521fe0d58c6830674770635d3 /profiles/addons/qwantjunior/managed_storage.json
parent9e60a30afa8aef1fd2258a0217b02cdb3bd123a5 (diff)
downloadfirefox-profiles-63528355a9b9f492809a777d9ac8d6e529688b02.tar.gz
firefox-profiles-63528355a9b9f492809a777d9ac8d6e529688b02.tar.xz
firefox-profiles-63528355a9b9f492809a777d9ac8d6e529688b02.zip
Patch custom qwantjunior addon into omni.ja
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"
+ }
+ }
+ }
+ }
+}