<?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>UniteRare</ShortName>
  <Description>Search 11,000+ rare diseases, treatments, specialists, and clinical trials on UniteRare</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <OutputEncoding>UTF-8</OutputEncoding>
  <Language>en-us</Language>
  <AdultContent>false</AdultContent>

  <!-- Primary search: disease library -->
  <Url type="text/html"
       method="get"
       template="https://www.uniterare.org/diseases?q={searchTerms}"/>

  <!-- Self-referential description URL (OpenSearch spec requirement) -->
  <Url type="application/opensearchdescription+xml"
       rel="self"
       template="https://www.uniterare.org/opensearch.xml"/>

  <!-- Icons -->
  <Image height="16" width="16" type="image/x-icon">https://www.uniterare.org/favicon.ico</Image>
  <Image height="64" width="64" type="image/png">https://www.uniterare.org/logo.png</Image>

  <!-- Example query shown in browser omnibox -->
  <Query role="example" searchTerms="Gaucher disease" title="Example rare disease search"/>

  <!-- Firefox search bar integration -->
  <moz:SearchForm>https://www.uniterare.org/diseases</moz:SearchForm>
</OpenSearchDescription>
