diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-02-23 00:57:21 -0500 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-02-23 00:57:21 -0500 |
| commit | b280ab6bcdf6c9bae46a7a21b7138d46d953dd71 (patch) | |
| tree | 39cea490a82a1ae5072c19d1d050d90b881d1a15 /static/opensearch.xml | |
| download | omnisearch-b280ab6bcdf6c9bae46a7a21b7138d46d953dd71.tar.gz | |
oopsies
Diffstat (limited to 'static/opensearch.xml')
| -rw-r--r-- | static/opensearch.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/opensearch.xml b/static/opensearch.xml new file mode 100644 index 0000000..cf03495 --- /dev/null +++ b/static/opensearch.xml @@ -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>OmniSearch</ShortName> + <Description>Lightweight metasearch engine</Description> + <Url type="text/html" method="get" template="https://search.bwaaa.monster/search?q={searchTerms}"/> + <InputEncoding>UTF-8</InputEncoding> + <OutputEncoding>UTF-8</OutputEncoding> + <moz:SearchForm>https://search.bwaaa.monster/</moz:SearchForm> +</OpenSearchDescription>
\ No newline at end of file |
