<?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/">

  <!-- Site identity -->
  <ShortName>Abundance</ShortName>
  <Description>Ask The Abundance Convergence — search across energy abundance, synthetic biology, and the convergence thesis. Powered by AI, grounded in real science.</Description>
  <LongName>The Abundance Convergence — Energy + Biology Search</LongName>

  <!-- Search endpoint — routes to the conversational /ask page -->
  <Url type="text/html"
       method="get"
       template="https://abundance.howardorloff.net/ask?q={searchTerms}" />

  <!-- Suggestions endpoint (OpenSearch Suggestions 1.1) — falls back gracefully if absent -->
  <!-- <Url type="application/x-suggestions+json"
       template="https://abundance.howardorloff.net/api/suggest?q={searchTerms}" /> -->

  <!-- Favicon -->
  <Image height="16" width="16" type="image/x-icon">https://abundance.howardorloff.net/favicon.ico</Image>
  <Image height="64" width="64" type="image/png">https://abundance.howardorloff.net/vite.svg</Image>

  <!-- Metadata -->
  <Language>en-us</Language>
  <InputEncoding>UTF-8</InputEncoding>
  <OutputEncoding>UTF-8</OutputEncoding>
  <Developer>Howard Orloff</Developer>
  <Contact>https://howardorloff.net</Contact>
  <Attribution>Content © Howard Orloff — The Abundance Convergence (abundance.howardorloff.net)</Attribution>
  <SyndicationRight>open</SyndicationRight>
  <AdultContent>false</AdultContent>

  <!-- Firefox/Chrome browser search engine tags -->
  <moz:SearchForm>https://abundance.howardorloff.net/ask</moz:SearchForm>

</OpenSearchDescription>
