<OpenSearchDescription
    xmlns="http://a9.com/-/spec/opensearch/1.1/"
    xmlns:moz="http://www.mozilla.org/2006/browser/search/"
>
    <ShortName>LangRef</ShortName>
    <Description>Language Reference</Description>
    <InputEncoding>UTF-8</InputEncoding>
    <!-- Specify url of self for auto-update -->
    <Url
        type="application/opensearchdescription+xml"
        rel="self"
        template="http://0.0.0.0:8080/opensearch.xml"
    />
    <!-- <Image
        width="16"
        height="16"
        type="image/x-icon"
        >[https://example.com/favicon.ico]</Image> -->
    <!-- Main search URL -->
    <Url
        type="text/html"
        template="http://0.0.0.0:8080/search?q={searchTerms}"
    />
    <!-- Search suggestions URL -->
    <!-- <Url type="application/x-suggestions+json" template="[suggestionURL]" /> -->
    <moz:SearchForm>[http://0.0.0.0:8080/search]</moz:SearchForm>
</OpenSearchDescription>
