summaryrefslogtreecommitdiff
path: root/mozilla/.mozilla/firefox/pks.default/searchplugins/google.xml
blob: 1eed48cbc563ae7fe53315f6d7e4ca6f6263df43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>google</os:ShortName>
<os:Description></os:Description>
<os:InputEncoding>UTF-8</os:InputEncoding>
<os:Image width="16" height="16"></os:Image>
<os:Url type="text/html" method="GET" template="https://www.google.com/" resultDomain="google.com">
  <os:Param name="hl" value="en"/>
  <os:Param name="meta" value="lr%3Dlang_en" />
  <os:Param name="q" value="{searchTerms}" />
  <os:Param name="#q" value="{searchTerms}" />
</os:Url>
</SearchPlugin>