summaryrefslogtreecommitdiff
path: root/libre/mozilla-searchplugins/duckduckgo-html.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/duckduckgo-html.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/duckduckgo-html.json')
-rw-r--r--libre/mozilla-searchplugins/duckduckgo-html.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/libre/mozilla-searchplugins/duckduckgo-html.json b/libre/mozilla-searchplugins/duckduckgo-html.json
new file mode 100644
index 000000000..b08efc778
--- /dev/null
+++ b/libre/mozilla-searchplugins/duckduckgo-html.json
@@ -0,0 +1,26 @@
+{
+ "name": "DuckDuckGo HTML",
+ "description": "Search DuckDuckGo HTML",
+ "manifest_version": 2,
+ "version": "1.0",
+ "applications": {
+ "gecko": {
+ "id": "duckduckgo-html@search.mozilla.org"
+ }
+ },
+ "hidden": true,
+ "icons": {
+ "16": "favicon.ico"
+ },
+ "web_accessible_resources": [
+ "favicon.ico"
+ ],
+ "chrome_settings_overrides": {
+ "search_provider": {
+ "name": "DuckDuckGo HTML",
+ "search_url": "https://html.duckduckgo.com/html/",
+ "search_url_post_params": "q={searchTerms}&kae=b&kp=-1&kaj=m",
+ "suggest_url": "https://ac.duckduckgo.com/ac/?q={searchTerms}&type=list"
+ }
+ }
+}