<?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>Amazing Web Search</ShortName>
  <Description>Search with Amazing Web Search</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="27" height="32" type="image/x-icon">https://amazing-search.com/favicon.ico</Image>
  <Url type="text/html" rel="results" method="GET" template="https://me.amazing-search.com/search.php?query={searchTerms}"/>
  <Url type="application/json" rel="suggestions" method="GET" template="https://www.amazing-search.com/suggest.php?query={searchTerms}" />
  <Url type="application/x-suggestions+json" method="GET" template="https://www.amazing-search.com/suggest.php?query={searchTerms}"/>
</OpenSearchDescription>