summaryrefslogtreecommitdiffstats
path: root/comm/suite/components/search/searchplugins/amazon-fr.xml
blob: 9e3176f067430e39a73dbe65267671fddbf06c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Amazon.fr</ShortName>
<Description>Recherche Amazon.fr</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">resource://search-plugins/images/amazon.ico</Image>
<Url type="text/html"
     method="GET"
     template="https://www.amazon.fr/exec/obidos/external-search/"
     resultdomain="amazon.fr">
  <Param name="field-keywords" value="{searchTerms}"/>
  <Param name="ie" value="{inputEncoding}"/>
  <Param name="mode" value="blended"/>
  <Param name="sourceid" value="Mozilla-search"/>
</Url>
<SearchForm>https://www.amazon.fr/</SearchForm>
</SearchPlugin>