home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / gecko / searchplugins / google.xml < prev    next >
Encoding:
Text File  |  2013-04-03  |  2.6 KB  |  29 lines

  1. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  2.    - License, v. 2.0. If a copy of the MPL was not distributed with this
  3.    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  4.  
  5. <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
  6. <ShortName>Google</ShortName>
  7. <Description>Google Search</Description>
  8. <InputEncoding>UTF-8</InputEncoding>
  9. <Image width="16" height="16">data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABUUlEQVR42pWTzUsCYRCH9y9zu3SooCCkjhIRRLeIykXokiWCJ7PvDpZRlz6si1lIQZ3SQxQdOhREpgSm0JeQvfu0+i6I7LKLh4F5h5nnnRl+o6jTdHn8omAYbVqhXqvYFXcEBKFDwcoZZB8B4LkEB9cwGGmFKHb01A1EU9JXzfdvDYZi1lwLwBcVAIwsNWPesIwls7gDtB2Z7N9ujVe+IX2LO2AgItB1OL9vJqsmILDrOoK02IkBAdYy4FsQJC5h+VQCHQDWTqYSgo8fuHuRxS4Ae3stQ7UGE5ttAHqCUgfxC7m4ryrowOyeO6CxqHwZxtYFqtYc5+kNan/gDTsAeueEIRj7n/rmRQMwueUAGF0VAAT3rQBTC0Y3DoDOGbm00icML4oWHYSTgo0MFqjlmPpDgqMcFCuQf4erBzjOwXjcriu9qHg0uutO2+es6fl67T9ptebvFRjBVgAAAABJRU5ErkJggg==</Image>
  10. <Url type="application/x-suggestions+json" method="GET" template="https://www.google.com/complete/search?client=firefox&q={searchTerms}"/>
  11. <Url type="text/html" method="GET" template="https://www.google.com/search">
  12.   <Param name="q" value="{searchTerms}"/><Param name="ie" value="utf-8"/><Param name="oe" value="utf-8"/><Param name="aq" value="t"/><Param name="rls" value="{moz:distributionID}:{moz:locale}:{moz:official}"/>
  13.   <MozParam name="client" condition="defaultEngine" trueValue="firefox-a" falseValue="firefox"/>
  14. </Url>
  15. <!-- Keyword search URL is the same as the default, but with an additional parameter -->
  16. <Url type="application/x-moz-keywordsearch" method="GET" template="https://www.google.com/search">
  17.   <Param name="q" value="{searchTerms}"/><Param name="ie" value="utf-8"/><Param name="oe" value="utf-8"/><Param name="aq" value="t"/><Param name="rls" value="{moz:distributionID}:{moz:locale}:{moz:official}"/>
  18.   <MozParam name="client" condition="defaultEngine" trueValue="firefox-a" falseValue="firefox"/>
  19.   <Param name="channel" value="fflb"/>
  20. </Url>
  21. <!-- Context/Right-click search URL is the same as the default, but with an additional parameter -->
  22. <Url type="application/x-moz-contextsearch" method="GET" template="https://www.google.com/search">
  23.   <Param name="q" value="{searchTerms}"/><Param name="ie" value="utf-8"/><Param name="oe" value="utf-8"/><Param name="aq" value="t"/><Param name="rls" value="{moz:distributionID}:{moz:locale}:{moz:official}"/>
  24.   <MozParam name="client" condition="defaultEngine" trueValue="firefox-a" falseValue="firefox"/>
  25.   <Param name="channel" value="rcs"/>
  26. </Url>
  27. <SearchForm>https://www.google.com/</SearchForm>
  28. </SearchPlugin>
  29.