-
Notifications
You must be signed in to change notification settings - Fork 156
/
Copy pathmanifest.json
34 lines (34 loc) · 1.36 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
{
"name": "Hover - Bypass Paywalls",
"description": "An undetectable, lightweight extension that allows you to access important information with ease and without distractions.",
"manifest_version": 2,
"version": "2.2.8",
"background": {
"scripts": ["bg_scripts/tab_data.js",
"bg_scripts/adblock_scripts/ad_domains.js",
"bg_scripts/adblock_scripts/adblock_storage.js",
"bg_scripts/adblock_scripts/adblock.js",
"bg_scripts/paywall_scripts/paywall_sites.js",
"bg_scripts/paywall_scripts/paywall_bypass.js",
"bg_scripts/paywall_scripts/paywall_storage.js",
"bg_scripts/paywall_scripts/paywall_cookies.js",
"bg_scripts/paywall_scripts/paywall_spoof.js",
"bg_scripts/paywall_scripts/paywall_SM.js",
"bg_scripts/paywall_scripts/paywall_lists.js",
"bg_scripts/auto_update.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"permissions": ["webRequest",
"webRequestBlocking",
"http://*/",
"https://*/",
"storage",
"background",
"contentSettings"],
"icons": { "16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png" }
}