<?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>Lettuce</ShortName>
  <LongName>Lettuce Vision Search</LongName>
  <Description>Independent, private web search by Lettuce Vision.</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Language>en-us</Language>

  <!-- Favicons (16x16 required, 64x64 recommended) -->
  <Image width="16" height="16" type="image/x-icon">https://lettuce.vision/favicons/favicon-vision.ico</Image>
  <Image width="64" height="64" type="image/png">https://lettuce.vision/favicons/favicon-vision-64.png</Image>

  <!-- Standard results URL -->
  <Url type="text/html"
       method="get"
       template="https://lettuce.vision/search?q={searchTerms}&amp;utm_source=browser-opensearch"/>

  <!-- Autocomplete / suggestions (JSON array format) -->
  <Url type="application/x-suggestions+json"
       method="get"
       template="https://lettuce.vision/api/discovery/suggest?q={searchTerms}"/>

  <!-- Open-search XML self-reference (some browsers require this) -->
  <Url type="application/opensearchdescription+xml"
       rel="self"
       template="https://lettuce.vision/opensearch.xml"/>

  <moz:SearchForm>https://lettuce.vision/search</moz:SearchForm>

  <Query role="example" searchTerms="iphone 14 pro" />
  <Developer>Lettuce</Developer>
  <Contact>hello@lettuce.vision</Contact>
  <Attribution>Search results © Lettuce Vision</Attribution>
  <SyndicationRight>open</SyndicationRight>
  <AdultContent>false</AdultContent>
</OpenSearchDescription>
