<?xml version="1.0" encoding="UTF-8"?>
<!--
  OpenSearch descriptor for Central Rentals Canada.
  Referenced from index.html via:
    <link rel="search" type="application/opensearchdescription+xml" ...>

  When a user right-clicks the address bar in Safari, Firefox, Edge, or
  Chrome (with the "install-search-engine" flag enabled), they can add
  Central Rentals as a browser search engine — typing "cr" in the URL
  bar and pressing Tab will then let them search our knowledge base
  directly. Also lets the site show up in the Firefox / Safari search
  dropdown when a user is filling in a search field.
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
    <ShortName>Central Rentals</ShortName>
    <LongName>Central Rentals Canada — Property Management Software</LongName>
    <Description>Search Canadian property management software, tenant screening, lease templates and landlord tools at Central Rentals.</Description>
    <InputEncoding>UTF-8</InputEncoding>
    <Language>en-CA</Language>
    <Language>fr-CA</Language>
    <Contact>contact@centralrentals.ca</Contact>
    <Tags>property management software Canada landlord tenant screening lease Ontario Alberta BC Quebec</Tags>
    <Image height="16" width="16" type="image/x-icon">https://centralrentals.ca/favicon.ico</Image>
    <Image height="32" width="32" type="image/png">https://centralrentals.ca/favicon-32x32.png</Image>
    <Image height="192" width="192" type="image/png">https://centralrentals.ca/icon-192.png</Image>
    <Url type="text/html"
         method="get"
         template="https://centralrentals.ca/library?q={searchTerms}"/>
    <Url type="application/opensearchdescription+xml"
         rel="self"
         template="https://centralrentals.ca/opensearch.xml"/>
    <Url type="application/x-suggestions+json"
         template="https://centralrentals.ca/api/library/suggest?q={searchTerms}"/>
    <moz:SearchForm>https://centralrentals.ca/library</moz:SearchForm>
    <Developer>Central Rentals Canada</Developer>
    <Attribution>Central Rentals Canada — Edmonton, AB — Since 2016</Attribution>
    <SyndicationRight>open</SyndicationRight>
    <AdultContent>false</AdultContent>
</OpenSearchDescription>
