1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{
"policies": {
"SupportMenu": {
"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",
"Preferences": {
"browser.fixup.dns_first_for_single_words": true
},
"OverridePostUpdatePage": "",
"NetworkPrediction": false
}
}
|