summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/data/engine-addon.xml
blob: 24e53d0c1c89ce835bb36cf5d97e3067f24f50cc (plain)
1
2
3
4
5
6
7
8
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>addon</ShortName>
<Description>addon</Description>
<InputEncoding>UTF-8</InputEncoding>
<Url type="text/html" method="GET" template="http://searchtest.local">
  <Param name="search" value="{searchTerms}"/>
</Url>
</SearchPlugin>