diff options
| author | Holger Paradies <retabell@gmx.de> | 2025-12-30 09:47:19 +0100 |
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2025-12-30 19:48:57 +0100 |
| commit | cc86e977c52070ab5f00e5cea12b288a456268f3 (patch) | |
| tree | 7497c2d6b88867fe4ca45376f68b3e4308d7034c /kanotix-firefox-policies | |
| parent | 9902c4dc1913b29c54e16f9edad99d52e1262af4 (diff) | |
| download | kanotix-packages-cc86e977c52070ab5f00e5cea12b288a456268f3.zip kanotix-packages-cc86e977c52070ab5f00e5cea12b288a456268f3.tar.gz | |
Add search for debian and ubuntu packages.
Diffstat (limited to 'kanotix-firefox-policies')
| -rw-r--r-- | kanotix-firefox-policies/policies.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kanotix-firefox-policies/policies.json b/kanotix-firefox-policies/policies.json index f47f04a..87ff516 100644 --- a/kanotix-firefox-policies/policies.json +++ b/kanotix-firefox-policies/policies.json @@ -4,6 +4,26 @@ "Title": "About Kanotix config", "URL": "file:/usr/share/doc/kanotix-firefox-policies/ff-policies.html" }, + "SearchEngines": { + "Add": [ + { + "Name": "Debian Packages", + "URLTemplate": "https://packages.debian.org/search?keywords={searchTerms}&searchon=names&suite=all&section=all&sourceid=mozilla-search", + "Method": "GET", + "IconURL": "https://debian.org/favicon.ico", + "Alias": "@debian", + "Description": "Debian package search" + }, + { + "Name": "Ubuntu Packages", + "URLTemplate": "https://packages.ubuntu.com/search?keywords={searchTerms}&searchon=names&suite=all&section=all&sourceid=mozilla-search", + "Method": "GET", + "IconURL": "https://ubuntu.com/favicon.png", + "Alias": "@ubuntu", + "Description": "Ubuntu package search" + } + ] + }, "DisplayMenuBar": "default-on", "DisplayBookmarksToolbar": true, "SearchBar": "separate", |
