mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-11 19:08:36 +00:00
10 lines
427 B
XML
10 lines
427 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>TestEngineApp</ShortName>
|
|
<Description>A test search engine installed in the application directory</Description>
|
|
<InputEncoding>ISO-8859-1</InputEncoding>
|
|
<Url type="text/html" method="GET" template="http://localhost/" resultdomain="localhost">
|
|
<Param name="q" value="{searchTerms}"/>
|
|
</Url>
|
|
</SearchPlugin>
|