<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/opensearch/1.1"
                        xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <!-- Short name displayed in browser settings (Max 16 characters) -->
  <ShortName>uSheild</ShortName>
  
  <!-- Detailed description of your search engine -->
  <Description>uSheild Search</Description>
  
  <!-- Main search URL format for HTML results -->
  <Url type="text/html" method="get" template="https://usheild.com/index.php?q={searchTerms}"/>
    
  <!-- Suggestions for live autocomplete dropdown: -->
  <Url type="application/x-suggestions+json" template="https://usheild.com/suggestions?q={searchTerms}"/>
  
  <!-- Optional: Self-reference to this OpenSearch file -->
  <Url type="application/opensearchdescription+xml" rel="self" template="https://usheild.com/opensearch.xml"/>
  
  <!-- Input encoding used by your search engine -->
  <InputEncoding>UTF-8</InputEncoding>
  
  <!-- Path to your search engine's shortcut icon (16x16 or 64x64 favicon) -->
  <Image height="16" width="16" type="image/x-icon">https://usheild.com/sheild.ico</Image>
  
   <!-- Suggested shortcut keyword -->
  <moz:Alias>us</moz:Alias>
  
   <!-- Contact email address for the administrator -->
  <Contact>admin@uSheild.com</Contact>
  
</OpenSearchDescription>

