This commit is contained in:
blakeblackshear
2021-01-26 03:14:46 +00:00
parent cbb31c4a14
commit 1947e574dc
62 changed files with 483 additions and 385 deletions

11
opensearch.xml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Frigate</ShortName>
<Description>Search Frigate</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://blakeblackshear.github.io/img/favicon.ico</Image>
<Url type="text/html" method="get" template="https://blakeblackshear.github.io/search?q={searchTerms}"/>
<Url type="application/opensearchdescription+xml" rel="self" template="https://blakeblackshear.github.io/opensearch.xml" />
<moz:SearchForm>https://blakeblackshear.github.io</moz:SearchForm>
</OpenSearchDescription>