-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
40 lines (40 loc) · 1.09 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
{
"name": "NERBlock",
"version": "1.2.6.3",
"manifest_version": 2,
"author": "nerblock",
"description": "A Nemzeti Együttműködés Rendszerének (NER) propagandáját terjesztő weboldalak blokkolásához.",
"permissions": ["webRequest", "webRequestBlocking", "<all_urls>"],
"options_ui": {
"page": "nerblock-options.html"
},
"background": {
"scripts": ["nerblock.js", "nerblock-urls.js"],
"persistent": true
},
"web_accessible_resources": [
"nerblock-pageblocked.html",
"nerblock-embedblocked.html"
],
"browser_action": {
"default_title": "NERBlock",
"default_popup": "nerblock-popup.html",
"default_icon": {
"16": "images/icon16.png",
"19": "images/icon19.png",
"24": "images/icon24.png",
"32": "images/icon32.png",
"38": "images/icon38.png"
}
},
"icons": {
"16": "images/icon16.png",
"19": "images/icon19.png",
"24": "images/icon24.png",
"32": "images/icon32.png",
"38": "images/icon38.png",
"48": "images/icon48.png",
"96": "images/icon96.png",
"128": "images/icon128.png"
}
}