We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf69710 commit 9f6aec4Copy full SHA for 9f6aec4
opensearch.xml
@@ -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}&ref=opensearch"/>
7
+ <moz:SearchForm>https://example.com/search</moz:SearchForm>
8
+</OpenSearchDescription>
0 commit comments