10 lines
447 B
XML
10 lines
447 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>test_urifixup_search_engine_post</ShortName>
|
|
<Description>test_urifixup_search_engine_post</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Url type="text/html" method="POST" template="https://www.example.org/">
|
|
<Param name="q" value="{searchTerms}"/>
|
|
</Url>
|
|
<SearchForm>https://www.example.org/</SearchForm>
|
|
</SearchPlugin>
|