<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Google</ShortName>
<Description>Google Search</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">...long key string for the Image tag different for every Firefox installation...</Image>
<Url type="application/x-suggestions+json" method="GET" template="http://suggestqueries.google.com/complete/search?hl={moz:locale}&amp;q={searchTerms}"/>
<Url type="text/html" method="GET" template="http://www.google.com/search">
<Param name="ie" value="utf-8"/>
<Param name="oe" value="utf-8"/>
<Param name="hl" value="en"/>
<Param name="q" value="{searchTerms}"/>
</Url>
</SearchPlugin>
