mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-23 09:36:09 +03:00
11 lines
556 B
XML
11 lines
556 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>Noogle</ShortName>
|
|
<Description>Search for nix functions by name.</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="16" height="16" type="image/png">https://noogle.dev/favicon.png</Image>
|
|
<Url type="text/html" template="https://noogle.dev/q?term={searchTerms}"/>
|
|
<moz:SearchForm>https://noogle.dev</moz:SearchForm>
|
|
</OpenSearchDescription>
|