summaryrefslogtreecommitdiffstats
path: root/src/manifest.json
blob: e9f34e38d4f2c257906e14cfb5e00bc188820592 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
{
  "version": "2020.10.7",
  "author": {
    "email": "eff.software.projects@gmail.com"
  },
  "applications": {
    "gecko": {
      "id": "jid1-MnnxcxisBPnSXQ@jetpack",
      "strict_min_version": "52.0"
    }
  },
  "incognito": "spanning",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "cookies",
    "privacy"
  ],
  "background": {
    "scripts": [
      "js/bootstrap.js",
      "lib/vendor/punycode-1.4.1.js",
      "lib/publicSuffixList.js",
      "lib/basedomain.js",
      "lib/vendor/underscore-1.9.1.js",
      "data/surrogates.js",
      "js/surrogates.js",
      "js/multiDomainFirstParties.js",
      "js/incognito.js",
      "js/constants.js",
      "js/storage.js",
      "js/utils.js",
      "js/heuristicblocking.js",
      "js/socialwidgetloader.js",
      "js/migrations.js",
      "js/firefoxandroid.js",
      "js/webrequest.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/firstparties/lib/utils.js",
        "js/firstparties/facebook.js"
      ],
      "matches": [
        "https://*.facebook.com/*",
        "http://*.facebook.com/*",
        "https://*.messenger.com/*",
        "http://*.messenger.com/*",
        "*://*.facebookcorewwwi.onion/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/firstparties/lib/utils.js",
        "js/firstparties/google-search.js"
      ],
      "matches": [
        "https://www.google.com/*",
        "http://www.google.com/*",
        "https://www.google.ad/*",
        "http://www.google.ad/*",
        "https://www.google.ae/*",
        "http://www.google.ae/*",
        "https://www.google.com.af/*",
        "http://www.google.com.af/*",
        "https://www.google.com.ag/*",
        "http://www.google.com.ag/*",
        "https://www.google.com.ai/*",
        "http://www.google.com.ai/*",
        "https://www.google.al/*",
        "http://www.google.al/*",
        "https://www.google.am/*",
        "http://www.google.am/*",
        "https://www.google.co.ao/*",
        "http://www.google.co.ao/*",
        "https://www.google.com.ar/*",
        "http://www.google.com.ar/*",
        "https://www.google.as/*",
        "http://www.google.as/*",
        "https://www.google.at/*",
        "http://www.google.at/*",
        "https://www.google.com.au/*",
        "http://www.google.com.au/*",
        "https://www.google.az/*",
        "http://www.google.az/*",
        "https://www.google.ba/*",
        "http://www.google.ba/*",
        "https://www.google.com.bd/*",
        "http://www.google.com.bd/*",
        "https://www.google.be/*",
        "http://www.google.be/*",
        "https://www.google.bf/*",
        "http://www.google.bf/*",
        "https://www.google.bg/*",
        "http://www.google.bg/*",
        "https://www.google.com.bh/*",
        "http://www.google.com.bh/*",
        "https://www.google.bi/*",
        "http://www.google.bi/*",
        "https://www.google.bj/*",
        "http://www.google.bj/*",
        "https://www.google.com.bn/*",
        "http://www.google.com.bn/*",
        "https://www.google.com.bo/*",
        "http://www.google.com.bo/*",
        "https://www.google.com.br/*",
        "http://www.google.com.br/*",
        "https://www.google.bs/*",
        "http://www.google.bs/*",
        "https://www.google.bt/*",
        "http://www.google.bt/*",
        "https://www.google.co.bw/*",
        "http://www.google.co.bw/*",
        "https://www.google.by/*",
        "http://www.google.by/*",
        "https://www.google.com.bz/*",
        "http://www.google.com.bz/*",
        "https://www.google.ca/*",
        "http://www.google.ca/*",
        "https://www.google.cd/*",
        "http://www.google.cd/*",
        "https://www.google.cf/*",
        "http://www.google.cf/*",
        "https://www.google.cg/*",
        "http://www.google.cg/*",
        "https://www.google.ch/*",
        "http://www.google.ch/*",
        "https://www.google.ci/*",
        "http://www.google.ci/*",
        "https://www.google.co.ck/*",
        "http://www.google.co.ck/*",
        "https://www.google.cl/*",
        "http://www.google.cl/*",
        "https://www.google.cm/*",
        "http://www.google.cm/*",
        "https://www.google.cn/*",
        "http://www.google.cn/*",
        "https://www.google.com.co/*",
        "http://www.google.com.co/*",
        "https://www.google.co.cr/*",
        "http://www.google.co.cr/*",
        "https://www.google.com.cu/*",
        "http://www.google.com.cu/*",
        "https://www.google.cv/*",
        "http://www.google.cv/*",
        "https://www.google.com.cy/*",
        "http://www.google.com.cy/*",
        "https://www.google.cz/*",
        "http://www.google.cz/*",
        "https://www.google.de/*",
        "http://www.google.de/*",
        "https://www.google.dj/*",
        "http://www.google.dj/*",
        "https://www.google.dk/*",
        "http://www.google.dk/*",
        "https://www.google.dm/*",
        "http://www.google.dm/*",
        "https://www.google.com.do/*",
        "http://www.google.com.do/*",
        "https://www.google.dz/*",
        "http://www.google.dz/*",
        "https://www.google.com.ec/*",
        "http://www.google.com.ec/*",
        "https://www.google.ee/*",
        "http://www.google.ee/*",
        "https://www.google.com.eg/*",
        "http://www.google.com.eg/*",
        "https://www.google.es/*",
        "http://www.google.es/*",
        "https://www.google.com.et/*",
        "http://www.google.com.et/*",
        "https://www.google.fi/*",
        "http://www.google.fi/*",
        "https://www.google.com.fj/*",
        "http://www.google.com.fj/*",
        "https://www.google.fm/*",
        "http://www.google.fm/*",
        "https://www.google.fr/*",
        "http://www.google.fr/*",
        "https://www.google.ga/*",
        "http://www.google.ga/*",
        "https://www.google.ge/*",
        "http://www.google.ge/*",
        "https://www.google.gg/*",
        "http://www.google.gg/*",
        "https://www.google.com.gh/*",
        "http://www.google.com.gh/*",
        "https://www.google.com.gi/*",
        "http://www.google.com.gi/*",
        "https://www.google.gl/*",
        "http://www.google.gl/*",
        "https://www.google.gm/*",
        "http://www.google.gm/*",
        "https://www.google.gr/*",
        "http://www.google.gr/*",
        "https://www.google.com.gt/*",
        "http://www.google.com.gt/*",
        "https://www.google.gy/*",
        "http://www.google.gy/*",
        "https://www.google.com.hk/*",
        "http://www.google.com.hk/*",
        "https://www.google.hn/*",
        "http://www.google.hn/*",
        "https://www.google.hr/*",
        "http://www.google.hr/*",
        "https://www.google.ht/*",
        "http://www.google.ht/*",
        "https://www.google.hu/*",
        "http://www.google.hu/*",
        "https://www.google.co.id/*",
        "http://www.google.co.id/*",
        "https://www.google.ie/*",
        "http://www.google.ie/*",
        "https://www.google.co.il/*",
        "http://www.google.co.il/*",
        "https://www.google.im/*",
        "http://www.google.im/*",
        "https://www.google.co.in/*",
        "http://www.google.co.in/*",
        "https://www.google.iq/*",
        "http://www.google.iq/*",
        "https://www.google.is/*",
        "http://www.google.is/*",
        "https://www.google.it/*",
        "http://www.google.it/*",
        "https://www.google.je/*",
        "http://www.google.je/*",
        "https://www.google.com.jm/*",
        "http://www.google.com.jm/*",
        "https://www.google.jo/*",
        "http://www.google.jo/*",
        "https://www.google.co.jp/*",
        "http://www.google.co.jp/*",
        "https://www.google.co.ke/*",
        "http://www.google.co.ke/*",
        "https://www.google.com.kh/*",
        "http://www.google.com.kh/*",
        "https://www.google.ki/*",
        "http://www.google.ki/*",
        "https://www.google.kg/*",
        "http://www.google.kg/*",
        "https://www.google.co.kr/*",
        "http://www.google.co.kr/*",
        "https://www.google.com.kw/*",
        "http://www.google.com.kw/*",
        "https://www.google.kz/*",
        "http://www.google.kz/*",
        "https://www.google.la/*",
        "http://www.google.la/*",
        "https://www.google.com.lb/*",
        "http://www.google.com.lb/*",
        "https://www.google.li/*",
        "http://www.google.li/*",
        "https://www.google.lk/*",
        "http://www.google.lk/*",
        "https://www.google.co.ls/*",
        "http://www.google.co.ls/*",
        "https://www.google.lt/*",
        "http://www.google.lt/*",
        "https://www.google.lu/*",
        "http://www.google.lu/*",
        "https://www.google.lv/*",
        "http://www.google.lv/*",
        "https://www.google.com.ly/*",
        "http://www.google.com.ly/*",
        "https://www.google.co.ma/*",
        "http://www.google.co.ma/*",
        "https://www.google.md/*",
        "http://www.google.md/*",
        "https://www.google.me/*",
        "http://www.google.me/*",
        "https://www.google.mg/*",
        "http://www.google.mg/*",
        "https://www.google.mk/*",
        "http://www.google.mk/*",
        "https://www.google.ml/*",
        "http://www.google.ml/*",
        "https://www.google.com.mm/*",
        "http://www.google.com.mm/*",
        "https://www.google.mn/*",
        "http://www.google.mn/*",
        "https://www.google.ms/*",
        "http://www.google.ms/*",
        "https://www.google.com.mt/*",
        "http://www.google.com.mt/*",
        "https://www.google.mu/*",
        "http://www.google.mu/*",
        "https://www.google.mv/*",
        "http://www.google.mv/*",
        "https://www.google.mw/*",
        "http://www.google.mw/*",
        "https://www.google.com.mx/*",
        "http://www.google.com.mx/*",
        "https://www.google.com.my/*",
        "http://www.google.com.my/*",
        "https://www.google.co.mz/*",
        "http://www.google.co.mz/*",
        "https://www.google.com.na/*",
        "http://www.google.com.na/*",
        "https://www.google.com.ng/*",
        "http://www.google.com.ng/*",
        "https://www.google.com.ni/*",
        "http://www.google.com.ni/*",
        "https://www.google.ne/*",
        "http://www.google.ne/*",
        "https://www.google.nl/*",
        "http://www.google.nl/*",
        "https://www.google.no/*",
        "http://www.google.no/*",
        "https://www.google.com.np/*",
        "http://www.google.com.np/*",
        "https://www.google.nr/*",
        "http://www.google.nr/*",
        "https://www.google.nu/*",
        "http://www.google.nu/*",
        "https://www.google.co.nz/*",
        "http://www.google.co.nz/*",
        "https://www.google.com.om/*",
        "http://www.google.com.om/*",
        "https://www.google.com.pa/*",
        "http://www.google.com.pa/*",
        "https://www.google.com.pe/*",
        "http://www.google.com.pe/*",
        "https://www.google.com.pg/*",
        "http://www.google.com.pg/*",
        "https://www.google.com.ph/*",
        "http://www.google.com.ph/*",
        "https://www.google.com.pk/*",
        "http://www.google.com.pk/*",
        "https://www.google.pl/*",
        "http://www.google.pl/*",
        "https://www.google.pn/*",
        "http://www.google.pn/*",
        "https://www.google.com.pr/*",
        "http://www.google.com.pr/*",
        "https://www.google.ps/*",
        "http://www.google.ps/*",
        "https://www.google.pt/*",
        "http://www.google.pt/*",
        "https://www.google.com.py/*",
        "http://www.google.com.py/*",
        "https://www.google.com.qa/*",
        "http://www.google.com.qa/*",
        "https://www.google.ro/*",
        "http://www.google.ro/*",
        "https://www.google.ru/*",
        "http://www.google.ru/*",
        "https://www.google.rw/*",
        "http://www.google.rw/*",
        "https://www.google.com.sa/*",
        "http://www.google.com.sa/*",
        "https://www.google.com.sb/*",
        "http://www.google.com.sb/*",
        "https://www.google.sc/*",
        "http://www.google.sc/*",
        "https://www.google.se/*",
        "http://www.google.se/*",
        "https://www.google.com.sg/*",
        "http://www.google.com.sg/*",
        "https://www.google.sh/*",
        "http://www.google.sh/*",
        "https://www.google.si/*",
        "http://www.google.si/*",
        "https://www.google.sk/*",
        "http://www.google.sk/*",
        "https://www.google.com.sl/*",
        "http://www.google.com.sl/*",
        "https://www.google.sn/*",
        "http://www.google.sn/*",
        "https://www.google.so/*",
        "http://www.google.so/*",
        "https://www.google.sm/*",
        "http://www.google.sm/*",
        "https://www.google.sr/*",
        "http://www.google.sr/*",
        "https://www.google.st/*",
        "http://www.google.st/*",
        "https://www.google.com.sv/*",
        "http://www.google.com.sv/*",
        "https://www.google.td/*",
        "http://www.google.td/*",
        "https://www.google.tg/*",
        "http://www.google.tg/*",
        "https://www.google.co.th/*",
        "http://www.google.co.th/*",
        "https://www.google.com.tj/*",
        "http://www.google.com.tj/*",
        "https://www.google.tl/*",
        "http://www.google.tl/*",
        "https://www.google.tm/*",
        "http://www.google.tm/*",
        "https://www.google.tn/*",
        "http://www.google.tn/*",
        "https://www.google.to/*",
        "http://www.google.to/*",
        "https://www.google.com.tr/*",
        "http://www.google.com.tr/*",
        "https://www.google.tt/*",
        "http://www.google.tt/*",
        "https://www.google.com.tw/*",
        "http://www.google.com.tw/*",
        "https://www.google.co.tz/*",
        "http://www.google.co.tz/*",
        "https://www.google.com.ua/*",
        "http://www.google.com.ua/*",
        "https://www.google.co.ug/*",
        "http://www.google.co.ug/*",
        "https://www.google.co.uk/*",
        "http://www.google.co.uk/*",
        "https://www.google.com.uy/*",
        "http://www.google.com.uy/*",
        "https://www.google.co.uz/*",
        "http://www.google.co.uz/*",
        "https://www.google.com.vc/*",
        "http://www.google.com.vc/*",
        "https://www.google.co.ve/*",
        "http://www.google.co.ve/*",
        "https://www.google.vg/*",
        "http://www.google.vg/*",
        "https://www.google.co.vi/*",
        "http://www.google.co.vi/*",
        "https://www.google.com.vn/*",
        "http://www.google.com.vn/*",
        "https://www.google.vu/*",
        "http://www.google.vu/*",
        "https://www.google.ws/*",
        "http://www.google.ws/*",
        "https://www.google.rs/*",
        "http://www.google.rs/*",
        "https://www.google.co.za/*",
        "http://www.google.co.za/*",
        "https://www.google.co.zm/*",
        "http://www.google.co.zm/*",
        "https://www.google.co.zw/*",
        "http://www.google.co.zw/*",
        "https://www.google.cat/*",
        "http://www.google.cat/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/firstparties/lib/utils.js",
        "js/firstparties/google-static.js"
      ],
      "matches": [
        "https://hangouts.google.com/*",
        "http://hangouts.google.com/*",
        "https://docs.google.com/*",
        "http://docs.google.com/*"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/contentscripts/utils.js",
        "js/contentscripts/clobbercookie.js",
        "js/contentscripts/clobberlocalstorage.js",
        "js/contentscripts/dnt.js",
        "js/contentscripts/fingerprinting.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start"
    },
    {
      "js": [
        "js/contentscripts/collapser.js",
        "js/contentscripts/socialwidgets.js",
        "js/contentscripts/supercookie.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en_US",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/badger-16.png",
    "19": "icons/badger-19.png",
    "38": "icons/badger-38.png",
    "48": "icons/badger-48.png",
    "64": "icons/badger-64.png",
    "128": "icons/badger-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "18.0",
  "name": "__MSG_name__",
  "browser_action": {
    "default_icon": {
      "19": "icons/badger-19-disabled.png",
      "38": "icons/badger-38-disabled.png"
    },
    "default_popup": "skin/popup.html",
    "default_title": "__MSG_name__"
  },
  "options_ui": {
    "page": "/skin/options.html",
    "open_in_tab": true
  },
  "storage": {
    "managed_schema": "data/schema.json"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}