2012-05-21 15:12:37 +04:00
|
|
|
<!-- 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/. -->
|
|
|
|
|
2006-09-11 18:15:26 +04:00
|
|
|
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
|
|
|
|
<ShortName>Yahoo</ShortName>
|
|
|
|
<Description>Yahoo Search</Description>
|
|
|
|
<InputEncoding>UTF-8</InputEncoding>
|
2017-03-09 18:10:38 +03:00
|
|
|
<Image width="16" height="16">resource://search-plugins/images/yahoo.ico</Image>
|
2006-09-11 18:15:26 +04:00
|
|
|
<Url type="application/x-suggestions+json" method="GET"
|
2016-10-12 17:44:02 +03:00
|
|
|
template="https://es.search.yahoo.com/sugg/ff">
|
2014-04-25 00:21:40 +04:00
|
|
|
<Param name="output" value="fxjson" />
|
|
|
|
<Param name="appid" value="ffd" />
|
|
|
|
<Param name="command" value="{searchTerms}" />
|
|
|
|
</Url>
|
2016-10-12 17:44:02 +03:00
|
|
|
<Url type="text/html" method="GET" template="https://es.search.yahoo.com/search" resultdomain="yahoo.com">
|
2006-09-11 18:15:26 +04:00
|
|
|
<Param name="p" value="{searchTerms}"/>
|
|
|
|
<Param name="ei" value="UTF-8"/>
|
2016-10-12 17:44:02 +03:00
|
|
|
<Param name="fr" value="moz35" />
|
2006-09-11 18:15:26 +04:00
|
|
|
</Url>
|
2016-10-12 17:44:02 +03:00
|
|
|
<SearchForm>https://es.search.yahoo.com/</SearchForm>
|
2006-03-17 10:16:00 +03:00
|
|
|
</SearchPlugin>
|