| Index: abb-distribution/preferences.json |
| diff --git a/abb-distribution/preferences.json b/abb-distribution/preferences.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d13921a5a34059a3a4ecd1744330031feb1c8f98 |
| --- /dev/null |
| +++ b/abb-distribution/preferences.json |
| @@ -0,0 +1,23 @@ |
| +{ |
| + "Global": { |
| + "id": "abpbrowser", |
| + "version": 1.0, |
| + "about": "Adblock Browser" |
| + }, |
| + "Preferences": { |
| + "distribution.searchplugins.defaultLocale": "en-US" |
| + }, |
| + "LocalizablePreferences.en-US": { |
| + "browser.search.defaultenginename": "DuckDuckGo", |
| + "browser.search.order.1": "DuckDuckGo", |
| + "browser.search.order.2": "Google", |
| + "browser.search.order.3": "Yahoo" |
| + }, |
| + "LocalizablePreferences.zh-CN": { |
| + "browser.search.defaultenginename": "百度", |
| + "browser.search.order.1": "百度", |
| + "browser.search.order.2": "Yahoo", |
| + "browser.search.order.3": "Google" |
| + } |
| +} |
| + |