mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 23:28:43 +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>
|