Skip to content

Commit 9f6aec4

Browse files
authored
Create opensearch.xml
1 parent bf69710 commit 9f6aec4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

opensearch.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
2+
<ShortName>Example.com</ShortName>
3+
<Description>Search the awesome content on Example.com</Description>
4+
<InputEncoding>UTF-8</InputEncoding>
5+
<Image width="16" height="16" type="image/x-icon">https://example.com/favicon.ico</Image>
6+
<Url type="text/html" method="get" template="https://example.com/search?q={searchTerms}&amp;ref=opensearch"/>
7+
<moz:SearchForm>https://example.com/search</moz:SearchForm>
8+
</OpenSearchDescription>

0 commit comments

Comments
 (0)