<?xml version="1.0" encoding="UTF-8"?>
<!--
  OpenSearch 1.1 description document.

  Lets Chromium, Firefox, and Edge register TechCompare as a "tab to
  search" engine in the address bar. After a user has visited the site
  a couple of times the browser surfaces this automatically; the user
  can then type `techcompare.app`, hit Tab, type a query, and Enter,
  and the browser navigates to `/?q=<query>`. The homepage already
  reads `?q=` via `src/pages/HomePage.tsx` and the same query template
  is declared as a `WebSite` `SearchAction` in `app/seo.ts`.

  Spec: https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md

  Self-canonical via the second <Url rel="self"> entry, per the spec's
  recommendation. Image points at the existing high-resolution favicon.
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  <ShortName>TechCompare</ShortName>
  <Description>Search TechCompare for screen size, PPI, FPS, color, networking, and developer tools.</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <OutputEncoding>UTF-8</OutputEncoding>
  <Image width="96" height="96" type="image/png">https://www.techcompare.app/favicon-96x96.png</Image>
  <Image width="16" height="16" type="image/x-icon">https://www.techcompare.app/favicon.ico</Image>
  <Url type="text/html" method="get" template="https://www.techcompare.app/?q={searchTerms}"/>
  <Url type="application/opensearchdescription+xml" rel="self" template="https://www.techcompare.app/opensearch.xml"/>
  <moz:SearchForm xmlns:moz="http://www.mozilla.org/2006/browser/search/">https://www.techcompare.app/</moz:SearchForm>
</OpenSearchDescription>
