<?xml version="1.0" encoding="UTF-8"?>
<!--
  OpenSearch description for Beamo Search. Lets Chrome/Edge/Brave/Firefox and
  other OpenSearch-aware browsers discover Beamo as an addable search engine
  (so it appears in the browser's search-engine list and can be set default
  without the user typing the URL by hand). Linked from every page via
  <link rel="search"> in PHP/partials/head.php. URLs are absolute to the
  canonical production host on purpose — the description always points at
  beamosearch.com regardless of where it is served from.
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>Beamo Search</ShortName>
  <Description>Web search with optional AI summaries — fast, private, no ad tracking.</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="16" height="16" type="image/x-icon">https://beamosearch.com/images/favicon.ico</Image>
  <Url type="text/html" method="get" template="https://beamosearch.com/results?q={searchTerms}"/>
  <Url type="application/opensearchdescription+xml" rel="self" template="https://beamosearch.com/opensearch.xml"/>
  <moz:SearchForm>https://beamosearch.com/</moz:SearchForm>
</OpenSearchDescription>
