<?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>NeutralSpace</ShortName>
  <Description>The web, unfiltered. No filter bubble. No location bias. Same results for everyone.</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Language>en-us</Language>

  <!-- Search endpoint -->
  <Url type="text/html"
       method="get"
       template="https://neutralspace.xyz/?q={searchTerms}"/>

  <!-- JSON API endpoint for browser integration -->
  <Url type="application/json"
       method="get"
       template="https://neutralspace.xyz/?q={searchTerms}&amp;format=json"/>

  <!-- Suggestions endpoint -->
  <Url type="application/x-suggestions+json"
       method="get"
       template="https://neutralspace.xyz/?q={searchTerms}&amp;format=json&amp;autocomplete=1"/>

  <!-- Icons -->
  <Image height="16" width="16" type="image/x-icon">https://neutralspace.xyz/favicon.ico</Image>
  <Image height="64" width="64" type="image/png">https://neutralspace.xyz/icon-64.png</Image>

  <!-- Allow browsers to offer this as a search engine option -->
  <moz:SearchForm>https://neutralspace.xyz</moz:SearchForm>

</OpenSearchDescription>
