-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
40 lines (40 loc) · 845 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
32
33
34
35
36
37
38
39
40
{
"manifest_version": 2,
"name": "YouTube Bypass",
"version": "1.2.4",
"author": "TheTank20",
"description": "Bypasses YouTube's ad block ban.",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png",
"256": "icons/256.png"
},
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
"storage",
"*://*.youtube.com/*"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{1fca5906-4945-4173-babf-ad2d37262a59}",
"strict_min_version": "58.0"
},
"gecko_android": {
"id": "{1fca5906-4945-4173-babf-ad2d37262a59}",
"strict_min_version": "113.0"
}
}
}