forked from EFForg/privacybadgerfirefox-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.59 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "privacybadger",
"title": "Privacy Badger",
"id": "jid1-MnnxcxisBPnSXQ@jetpack",
"description": "Protects privacy by blocking spying ads and invisible trackers.",
"author": "Electronic Frontier Foundation",
"contributors": ["Yan Zhu", "Garrett Robinson", "Monica Chew", "Cooper Quintin", "Noah Swartz",
"Dan Auerbach", "Peter Eckersley", "Jonathan Mayer", "Hugh D'Andrade",
"Franziska Roesner", "Jacob Hoffman-Andrews", "Jeremey Gillula",
"ghostwords"],
"permissions": { "private-browsing": true },
"license": "GPL 3",
"version": "1.0.2",
"main": "lib/main.js",
"preferences": [{
"name": "heuristicEnabled",
"title": "Automatic blocking enabled",
"type": "bool",
"value": true
}, {
"name": "doNotTrackDefaultEnabled",
"title": "Default value of privacy.donottrackheader.enabled",
"type": "bool",
"value": false,
"hidden": true
}, {
"name": "doNotTrackDefaultValue",
"title": "Default value of privacy.donottrackheader.value",
"type": "integer",
"value": 1,
"hidden": true
}, {
"name": "socialWidgetReplacementEnabled",
"title": "Social widget replacement enabled",
"type": "bool",
"value": true
}, {
"name": "displayCounter",
"title": "Display Tracker Counter (experimental)",
"type": "bool",
"value": true
}, {
"name": "blockedDomainRecheckDNT",
"title": "Recheck blocked domains for DNT policy document",
"type": "bool",
"value": true
}],
"icon": "data/icons/badger-48.png",
"icon64": "data/icons/badger-64.png"
}