Last active
July 18, 2025 19:56
-
-
Save claui/ea55c73904845c438349c57b4edd4d84 to your computer and use it in GitHub Desktop.
OpenSearch descriptor for Debian packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
<ShortName>Debian packages</ShortName> | |
<Description>Search for packages by name on packages.debian.org</Description> | |
<InputEncoding>UTF-8</InputEncoding> | |
<Image width="16" height="16" type="image/x-icon">https://www.debian.org/favicon.ico</Image> | |
<Image width="50" height="61" type="image/png">https://www.debian.org/Pics/openlogo-50.png</Image> | |
<Url type="text/html" template="https://packages.debian.org/search"> | |
<Param name="searchon" value="names"/> | |
<Param name="keywords" value="{searchTerms}"/> | |
</Url> | |
</OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To add this search extension to Firefox:
about:config
.devtools.chrome.enabled
preference totrue
.Caution: that’s not the Developer Tools console. It’s something entirely different.