-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
31 lines (27 loc) · 882 Bytes
/
manifest.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
{
"name": "FB Reels Blocker",
"description": "Removes the annoying FB reels and stories with a vengeance! ZAP, that sh*t is gone!",
"version": "1.12",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": ["storage", "scripting","tabs"],
"host_permissions": ["*://*/*"],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "/images/16xmovie-roll.png",
"32": "/images/32xmovie-roll.png",
"48": "/images/48xmovie-roll.png",
"128": "/images/128xmovie-roll.png"
}
},
"icons": {
"16": "/images/16xmovie-roll.png",
"32": "/images/32xmovie-roll.png",
"48": "/images/48xmovie-roll.png",
"128": "/images/128xmovie-roll.png"
},
"options_page": "options.html"
}