rootkea

thunderbird search engine

Dec 26th, 2017
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.76 KB | None | 0 0
  1. $ cat ~/.thunderbird/m422kcn9.default/searchplugins/google.xml
  2. <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
  3. <ShortName>Google</ShortName>
  4. <Description>Google Search</Description>
  5. <InputEncoding>UTF-8</InputEncoding>
  6. <Image width="16" height="16">https://google.com/favicon.ico</Image>
  7. <Url type="application/x-suggestions+json" method="GET" template="http://suggestqueries.google.com/complete/search?output=firefox&amp;hl={moz:locale}&amp;q={searchTerms}"/>
  8. <Url type="text/html" method="GET" template="http://www.google.com/search">
  9.   <Param name="q" value="{searchTerms}"/>
  10.   <Param name="ie" value="utf-8"/>
  11.   <Param name="oe" value="utf-8"/>
  12.   <Param name="aq" value="t"/>
  13. </Url>
  14. <SearchForm>http://www.google.com</SearchForm>
  15. </SearchPlugin>
Add Comment
Please, Sign In to add comment