-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
51 lines (43 loc) · 1.22 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"manifest_version": 2,
"name": "Fraud Blocker",
"version": "0.6.5",
"description": "Protects you from Fraudulent Sites blocking the access. If you access a site that users reported, you'll see how many people reported it on the button on toolbar. The plug-in also allows you to give fraud-feedback on the visited sites through the button on toolbar. Official site on https://fraudblocker.publicvm.com -- For issues and concerns, write to [email protected] ",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0"
}
},
"permissions": [
"activeTab",
"tabs",
"webRequest",
"webNavigation",
"webRequestBlocking",
"storage",
"http://*/*",
"https://*/*"
],
"background": {
"page": "background-page.html"
},
"browser_action": {
"default_icon": {
"32": "icons/fraud-32.png",
"64": "icons/fraud-64.png"
},
"default_title": "Fraud Blocker",
"default_popup": "popup/popup.html",
"browser_style": true
},
"web_accessible_resources": [
"web/black.html",
"icons/thief.svg",
"icons/fraud-200.png"
]
}