summaryrefslogtreecommitdiff
path: root/kanotix-firefox-policies/policies.json
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2025-12-30 09:47:19 +0100
committerHolger Paradies <retabell@gmx.de>2025-12-30 19:48:57 +0100
commitcc86e977c52070ab5f00e5cea12b288a456268f3 (patch)
tree7497c2d6b88867fe4ca45376f68b3e4308d7034c /kanotix-firefox-policies/policies.json
parent9902c4dc1913b29c54e16f9edad99d52e1262af4 (diff)
downloadkanotix-packages-cc86e977c52070ab5f00e5cea12b288a456268f3.zip
kanotix-packages-cc86e977c52070ab5f00e5cea12b288a456268f3.tar.gz
Add search for debian and ubuntu packages.
Diffstat (limited to 'kanotix-firefox-policies/policies.json')
-rw-r--r--kanotix-firefox-policies/policies.json20
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}&amp;searchon=names&amp;suite=all&amp;section=all&amp;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}&amp;searchon=names&amp;suite=all&amp;section=all&amp;sourceid=mozilla-search",
+ "Method": "GET",
+ "IconURL": "https://ubuntu.com/favicon.png",
+ "Alias": "@ubuntu",
+ "Description": "Ubuntu package search"
+ }
+ ]
+ },
"DisplayMenuBar": "default-on",
"DisplayBookmarksToolbar": true,
"SearchBar": "separate",