summaryrefslogtreecommitdiff
path: root/libre/mozilla-searchplugins/searx.json
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-12-16 08:52:03 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-12-17 19:25:09 +0100
commit8253c1b6a18fd8c81d9e750d903e063e81bf5ccc (patch)
tree456620411ce99066b62eac5ac42146609c09f473 /libre/mozilla-searchplugins/searx.json
parent4e639ebd2d5824c078b594733ea35f6302007fac (diff)
downloadabslibre-8253c1b6a18fd8c81d9e750d903e063e81bf5ccc.tar.gz
abslibre-8253c1b6a18fd8c81d9e750d903e063e81bf5ccc.tar.bz2
abslibre-8253c1b6a18fd8c81d9e750d903e063e81bf5ccc.zip
libre/mozilla-searchplugins: updated for new format used in icecat-78 and probably iceweasel
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}"
+ }
+ }
+}