blob: fc2a299577dd8339f442d3a8e76fc5234a3662aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!-- 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>Yahoo</ShortName>
<Description>Yahoo Søk</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">resource://search-plugins/images/yahoo.ico</Image>
<Url type="application/x-suggestions+json"
method="GET"
template="https://no.search.yahoo.com/sugg/ff">
<Param name="output" value="fxjson"/>
<Param name="appid" value="smd"/>
<Param name="command" value="{searchTerms}"/>
</Url>
<Url type="text/html"
method="GET"
template="https://no.search.yahoo.com/search"
resultdomain="yahoo.com"
rel="searchform">
<Param name="p" value="{searchTerms}"/>
<Param name="ei" value="UTF-8"/>
</Url>
</SearchPlugin>
|