12 lines
674 B
XML
12 lines
674 B
XML
<?xml version="1.0"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
|
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>SimpleerTube</ShortName>
|
|
<Description>Search Peertube with a lightweight, minimalist interface. Noscript-friendly, multi-instance Peertube client.</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="16" height="16" type="image/png">https://$BASEURL/static/peertube.png</Image>
|
|
<Url type="text/html" template="https://$BASEURL/search">
|
|
<Param name="query" value="{searchTerms}"/>
|
|
</Url>
|
|
<moz:SearchForm>https://$BASEURL/</moz:SearchForm>
|
|
</OpenSearchDescription>
|