Enables Chrome users to search angular.io and its subdomains from the browsers navigation bar. Not sure if compatible with Firefox yet. The queried term in the URL is removed after closing the search-results. PR Close #25479
9 lines
529 B
XML
9 lines
529 B
XML
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
|
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>Angular</ShortName>
|
|
<Description>Search Angular</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="16" height="16" type="image/x-icon">images/favicons/favicon-16x16.png</Image>
|
|
<Url type="text/html" method="get" template="PLACEHOLDER_URL?search={searchTerms}"/>
|
|
<moz:SearchForm>PLACEHOLDER_URL?search={searchTerms}</moz:SearchForm>
|
|
</OpenSearchDescription> |