diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-21 03:57:32 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-21 03:57:32 -0800 |
commit | 227835f766181c9c04f61f69ba15ebe01926460d (patch) | |
tree | a5fac4c9d2294a459138afe4425f3673c2903b99 /locales/en-US/searchplugins/duckduckgo-html.xml | |
parent | 42a396c4a7c4fea150fe8239d10f92bc9825752d (diff) | |
download | webbrowser-227835f766181c9c04f61f69ba15ebe01926460d.tar webbrowser-227835f766181c9c04f61f69ba15ebe01926460d.tar.gz webbrowser-227835f766181c9c04f61f69ba15ebe01926460d.tar.lz webbrowser-227835f766181c9c04f61f69ba15ebe01926460d.tar.xz webbrowser-227835f766181c9c04f61f69ba15ebe01926460d.zip |
replaced duckduckgo-lite with duckduckgo-html
Diffstat (limited to 'locales/en-US/searchplugins/duckduckgo-html.xml')
-rw-r--r-- | locales/en-US/searchplugins/duckduckgo-html.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/locales/en-US/searchplugins/duckduckgo-html.xml b/locales/en-US/searchplugins/duckduckgo-html.xml new file mode 100644 index 0000000..313cf74 --- /dev/null +++ b/locales/en-US/searchplugins/duckduckgo-html.xml @@ -0,0 +1,10 @@ +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms="http://www.mozilla.org/2006/browser/search/"> +<ShortName>DuckDuckGo HTML</ShortName> +<Description>DuckDuckGo HTML</Description> +<InputEncoding>UTF-8</InputEncoding> +<Image width="16" height="16" type="image/x-icon">https://duckduckgo.com/favicon.ico</Image> +<SearchForm>https://duckduckgo.com/html</SearchForm> +<Url type="text/html" method="POST" template="https://duckduckgo.com/html" resultDomain="https://duckduckgo.com/html"> + <Param name="q" value="{searchTerms}"/> +</Url> +</OpenSearchDescription> |