mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
9 lines
427 B
XML
9 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>
|