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