tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

engine.xml (410B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
      3 <ShortName>engine.xml</ShortName>
      4 <Description>A test search engine</Description>
      5 <InputEncoding>UTF-8</InputEncoding>
      6 <Url type="text/html" method="GET" template="http://www.example.com/">
      7  <Param name="q" value="{searchTerms}"/>
      8 </Url>
      9 <SearchForm>http://www.example.com/</SearchForm>
     10 </SearchPlugin>