-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
100 lines (100 loc) · 2.61 KB
/
Copy pathmanifest.json
File metadata and controls
100 lines (100 loc) · 2.61 KB
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
{
"manifest_version": 3,
"name": "Chega de Apostas | Bloqueador de Sites de Apostas",
"short_name": "Chega de Apostas",
"version": "1.0.1",
"description": "Ajuda usuários a limitar voluntariamente o acesso a sites de apostas, promovendo uma experiência online mais saudável.",
"author": "Mariana Ramacciotti",
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"storage"
],
"host_permissions": [
"*://*.bet.br/*",
"*://*.bet365.com/*",
"*://*.stake.com/*",
"*://*.betano.bet.br/*",
"*://*.betano.bet.br/*",
"*://*.betfair.com/*",
"*://*.pinnacle.com/*",
"*://*.unibet.com/*",
"*://*.williamhill.com/*",
"*://*.888sport.com/*",
"*://*.betway.com/*",
"*://*.bovada.lv/*",
"*://*.betsson.com/*",
"*://*.10bet.com/*",
"*://*.grosvenorcasinos.com/*",
"*://*.betcris.com/*",
"*://*.1xbet.com/*",
"*://*.leovegas.com/*",
"*://*.rivalo.com/*",
"*://*.betmgm.com/*",
"*://*.casinobet.com/*",
"*://*.casino777.com/*",
"*://*.betvictor.com/*",
"*://*.interwetten.com/*",
"*://*.betfred.com/*",
"*://*.bet-at-home.com/*",
"*://*.sportingbet.com/*",
"*://*.bwin.com/*",
"*://*.paddypower.com/*",
"*://*.sportingindex.com/*",
"*://*.coral.co.uk/*",
"*://*.skybet.com/*",
"*://*.melbet.com/*",
"*://*.betonline.ag/*",
"*://*.betfairexchange.com/*",
"https://donald.bet.br/*",
"https://superbet.bet.br/*",
"https://betpontobet.bet.br/*",
"https://brx.bet.br/*",
"https://www.seguro.bet.br/*",
"https://esportiva.bet.br/*",
"https://f12.bet.br/*",
"https://betnacional.bet.br/*",
"https://luva.bet.br/*",
"https://m.esportesdasorte.bet.br/*"
],
"background": {
"service_worker": "js/background.js",
"type": "module"
},
"action": {
"default_title": "Chega de Apostas",
"default_icon": {
"16": "img/favicon/favicon16.png",
"32": "img/favicon/favicon32.png",
"48": "img/favicon/favicon48.png",
"64": "img/favicon/favicon64.png",
"128": "img/favicon/favicon128.png"
}
},
"declarative_net_request": {
"rule_resources": [
{
"id": "blocker",
"enabled": true,
"path": "js/rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"index.html"
],
"matches": [
"*://*/*"
]
}
],
"icons": {
"16": "img/favicon/favicon16.png",
"32": "img/favicon/favicon32.png",
"48": "img/favicon/favicon48.png",
"64": "img/favicon/favicon64.png",
"128": "img/favicon/favicon128.png"
}
}