nodeguy/opensearch.xml
2020-06-09 20:19:26 +02:00

11 lines
683 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>NodeGui</ShortName>
<Description>Search NodeGui</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://nodegui.org/img/favicon.ico</Image>
<Url type="text/html" method="get" template="https://nodegui.org/search?q={searchTerms}"/>
<Url type="application/opensearchdescription+xml" rel="self" template="https://nodegui.org/opensearch.xml" />
<moz:SearchForm>https://nodegui.org</moz:SearchForm>
</OpenSearchDescription>