summaryrefslogtreecommitdiff
path: root/libre/mozilla-searchplugins/searx.json
diff options
context:
space:
mode:
Diffstat (limited to 'libre/mozilla-searchplugins/searx.json')
-rw-r--r--libre/mozilla-searchplugins/searx.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/libre/mozilla-searchplugins/searx.json b/libre/mozilla-searchplugins/searx.json
new file mode 100644
index 000000000..e6542aeff
--- /dev/null
+++ b/libre/mozilla-searchplugins/searx.json
@@ -0,0 +1,25 @@
+{
+ "name": "searx",
+ "description": "Search searx",
+ "manifest_version": 2,
+ "version": "1.0",
+ "applications": {
+ "gecko": {
+ "id": "searx@search.mozilla.org"
+ }
+ },
+ "hidden": true,
+ "icons": {
+ "16": "favicon.ico"
+ },
+ "web_accessible_resources": [
+ "favicon.ico"
+ ],
+ "chrome_settings_overrides": {
+ "search_provider": {
+ "name": "searx",
+ "search_url": "https://searx.laquadrature.net",
+ "search_url_post_params": "q={searchTerms}"
+ }
+ }
+}