<?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/">

  <!-- Nom affiché dans la barre de recherche du navigateur -->
  <ShortName>ToolSmartly</ShortName>
  <Description>Recherchez parmi 100+ outils en ligne gratuits — calculateurs, convertisseurs, générateurs, outils dev &amp; marketing.</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Language>fr-FR</Language>

  <!-- URL de recherche — remplacer par l'URL réelle de la page résultats si elle existe -->
  <!-- Si pas de moteur de recherche interne : pointer vers Google site:toolsmartly.com -->
  <Url type="text/html"
       method="get"
       template="https://www.google.com/search?q={searchTerms}+site:toolsmartly.com"/>

  <!-- Suggestions (optionnel — nécessite un endpoint JSON) -->
  <!-- <Url type="application/x-suggestions+json"
       template="https://toolsmartly.com/api/suggestions?q={searchTerms}"/> -->

  <!-- Icône favori affichée dans la liste des moteurs du navigateur -->
  <Image width="16" height="16" type="image/x-icon">https://toolsmartly.com/assets/img/favicons/favicon.ico</Image>
  <Image width="64" height="64" type="image/png">https://toolsmartly.com/assets/img/favicons/favicon-64.png</Image>

  <!-- Permet l'ajout automatique du moteur dans Firefox/Edge -->
  <moz:SearchForm>https://toolsmartly.com/</moz:SearchForm>

</OpenSearchDescription>
