<?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>Codanya</ShortName>
  <Description>Independent, ad-free search engine that doesn't track you.</Description>
  <InputEncoding>UTF-8</InputEncoding>

  <Image height="16" width="16" type="image/x-icon">https://codanya.com/favicon.ico</Image>

  <!-- Main search results page. {searchTerms} is replaced by the browser
       with whatever the user typed. CONFIRM this matches your real route
       and query param name before deploying. -->
  <Url type="text/html"
       method="get"
       template="https://codanya.com/search?q={searchTerms}"/>

  <!-- Optional: powers live suggestions in the browser's own address bar
       as the user types, before they hit enter. Remove this block if
       /suggest doesn't exist yet. Must return JSON in the format:
       ["query text", ["suggestion 1", "suggestion 2", ...]] -->
  <Url type="application/x-suggestions+json"
       method="get"
       template="https://codanya.com/suggest?q={searchTerms}"/>

  <!-- Firefox-specific: tells Firefox where the human-facing search form
       lives, separate from the results URL above. -->
  <moz:SearchForm>https://codanya.com/</moz:SearchForm>
</OpenSearchDescription>