<?xml version="1.0" encoding="utf-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  <ShortName>WebInx Suche</ShortName>
  <Description>a privacy-respecting, hackable metasearch engine</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image>https://search.webinx.eu/static/themes/simple/img/favicon.png</Image>
  <LongName>searx metasearch</LongName>
    <Url type="text/html" method="post" template="https://search.webinx.eu">
        <Param name="q" value="{searchTerms}" />
    </Url>
    <!-- TODO, POST REQUEST doesn't work -->
    <Url type="application/x-suggestions+json" method="get" template="https://search.webinx.euautocompleter">
        <Param name="format" value="x-suggestions" />
        <Param name="q" value="{searchTerms}" />
    </Url>
</OpenSearchDescription>