forked from toolness/collusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.5 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
{
"name": "collusion",
"license": "MPL 1.1/GPL 2.0/LGPL 2.1",
"author": "Atul Varma",
"version": "0.19",
"url": "https://github.com/toolness/collusion",
"fullName": "Collusion",
"id": "jid1-F9UJ2thwoAm5gQ",
"description": "Visualize who's tracking you in real time. To get started, choose 'Collusion Graph' from the Tools menu.)",
"dependencies": ["menuitems", "addon-kit", "api-utils"],
"preferences": [
{
"name": "collusion.urls",
"title": "Trusted front-ends (comma-separated list)",
"type": "string",
"value": ""
},
{
"name": "CollusionSound",
"title": "Check to hear sounds when cookies are set",
"type": "bool",
"value": false
},
{
"name": "collusion.popup",
"title": "Always show graph in popup panel when new sites are added",
"type": "bool",
"value": false
},
{
"name": "collusion.popup.size",
"title": "Size of popup panel (as fraction of size of window)",
"type": "string",
"value": "0.5"
},
{
"name": "collusion.popup.message",
"title": "Message in popup panel",
"type": "string",
"value": "These sites are using third-party cookies to share data about your web activity."
},
{
"name": "collusion.reset.timer",
"title": "Time between automatic resets (milliseconds) - 0 for no reset",
"type": "integer",
"value": 0
}
]
}