23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
},
|
|
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
|
|
"browser_action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"description": "Bypass News Sites' Paywalls",
|
|
"icons": {
|
|
"128": "bypass.png"
|
|
},
|
|
"manifest_version": 2,
|
|
"name": "Bypass Paywalls",
|
|
"short_name": "Bypass Paywall",
|
|
"options_ui": {
|
|
"chrome_style": true,
|
|
"page": "options.html"
|
|
},
|
|
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
|
"version": "1.3.8"
|
|
}
|