diff options
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", |
