<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" 
  xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>ViewTube</ShortName>
  <Description>An alternative YouTube-frontend</Description>
  <InputEncoding>utf-8</InputEncoding>
  <Image width="16" height="16" type="image/x-icon">https://viewtube.io/favicon.ico</Image>
  <Url type="text/html" template="https://viewtube.io/results">
    <Param name="search_query" value="{searchTerms}"/>
  </Url>
  <Url type="application/x-suggestions+json" template="https://api.viewtube.io/autocomplete">
    <Param name="q" value="{searchTerms}"/>
  </Url>
  <moz:SearchForm>https://viewtube.io</moz:SearchForm>
</OpenSearchDescription>