diff options
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> |