enginePost.xml (447B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/"> 3 <ShortName>test_urifixup_search_engine_post</ShortName> 4 <Description>test_urifixup_search_engine_post</Description> 5 <InputEncoding>UTF-8</InputEncoding> 6 <Url type="text/html" method="POST" template="https://www.example.org/"> 7 <Param name="q" value="{searchTerms}"/> 8 </Url> 9 <SearchForm>https://www.example.org/</SearchForm> 10 </SearchPlugin>