home-manager-option-search/opensearch.xml
Alex Konradi 46da15ec36 Add OpenSearch description
This makes it possible to add the site as a search engine in Firefox and other
browsers that support the OpenSearch description format [1].

Fixes #12

1: https://github.com/dewitt/opensearch
2023-09-04 11:55:37 -04:00

10 lines
660 B
XML

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Home Manager - Options Search</ShortName>
<Description>Find home manager options quickly.</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://mipmip.github.io/home-manager-option-search/images/favicon.png</Image>
<Url type="text/html" template="https://mipmip.github.io/home-manager-option-search/?query={searchTerms}"/>
<moz:SearchForm>https://mipmip.github.io/home-manager-option-search/</moz:SearchForm>
</OpenSearchDescription>