diff options
Diffstat (limited to 'webbrowser/locales/en-US/searchplugins/wiby.xml')
-rw-r--r-- | webbrowser/locales/en-US/searchplugins/wiby.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webbrowser/locales/en-US/searchplugins/wiby.xml b/webbrowser/locales/en-US/searchplugins/wiby.xml new file mode 100644 index 0000000..631c51d --- /dev/null +++ b/webbrowser/locales/en-US/searchplugins/wiby.xml @@ -0,0 +1,10 @@ +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms="http://www.mozilla.org/2006/browser/search/"> +<ShortName>Wiby</ShortName> +<Description>Wiby.me</Description> +<InputEncoding>UTF-8</InputEncoding> +<Image width="16" height="16" type="image/x-icon">https://wiby.me/favicon.ico</Image> +<SearchForm>https://wiby.me/</SearchForm> +<Url type="text/html" method="GET" template="https://wiby.me/" resultDomain="https://wiby.me/"> + <Param name="q" value="{searchTerms}"/> +</Url> +</OpenSearchDescription> |