blob: 2f7a6f7b0927b849dacc36c09a2284696a8b0f0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>engine-suggestions.xml</ShortName>
<Url type="application/x-suggestions+json"
method="GET"
template="http://localhost:9000/suggest?{searchTerms}"/>
<Url type="text/html"
method="GET"
template="http://localhost:9000/search"
rel="searchform">
<Param name="terms" value="{searchTerms}"/>
</Url>
</SearchPlugin>
|