<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  <ShortName>vsEarth</ShortName>
  <Description>Search locations in vsEarth</Description>

  <InputEncoding>UTF-8</InputEncoding>

  <!-- Search URL -->
  <Url type="text/html"
       method="get"
       template="https://vainsoft.earth/?q={searchTerms}" />

  <!-- Optional: suggestions (if you build it later) -->
  <Url type="application/x-suggestions+json"
       template="https://vainsoft.earth/?autocomplete&q={searchTerms}" />

  <!-- Icon (nice touch) -->
  <Image height="16" width="16" type="image/x-icon">
    https://vainsoft.earth/favicon.ico
  </Image>
</OpenSearchDescription>