<?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/">
  <ShortName>IFSCORES</ShortName>
  <Description>Live football scores + rule-based alerts</Description>
  <Tags>football soccer livescore alerts</Tags>
  <Contact>hello@ifscores.com</Contact>
  <InputEncoding>UTF-8</InputEncoding>
  <Language>en</Language>
  <!-- Browser search-bar icon. apple-icon route returns a high-DPI PNG. -->
  <Image height="180" width="180" type="image/png">https://ifscores.com/apple-icon</Image>
  <Image height="32" width="32" type="image/svg+xml">https://ifscores.com/icon.svg</Image>
  <!-- The Search URL — once we ship in-product search, swap the path
       to point at the actual /search endpoint with a {searchTerms}
       placeholder. Pre-launch we redirect search-bar searches into a
       site-search Google query so the browser bar still works. -->
  <Url type="text/html"
       method="get"
       template="https://www.google.com/search?q={searchTerms}+site:ifscores.com"/>
  <!-- Self-reference so browsers can refresh the descriptor periodically. -->
  <Url type="application/opensearchdescription+xml"
       rel="self"
       template="https://ifscores.com/opensearch.xml"/>
  <moz:SearchForm>https://www.google.com/search</moz:SearchForm>
</OpenSearchDescription>
