mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 09:47:49 +01:00
48 lines
No EOL
997 B
JSON
48 lines
No EOL
997 B
JSON
{
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*.bizjournals.com/*", "*://*.businessinsider.com/*", "*://*.haaretz.co.il/*", "*://*.repubblica.it/*"],
|
|
"js": ["contentScript.js"]
|
|
}
|
|
],
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "bypasspaywalls@bypasspaywalls.weebly.com",
|
|
"update_url": "https://raw.githubusercontent.com/iamadamdev/bypass-paywalls-firefox/master/updates.json"
|
|
}
|
|
},
|
|
"browser_action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"128": "bypass.png"
|
|
},
|
|
"theme_icons": [
|
|
{
|
|
"light": "bypass-dark.png",
|
|
"dark": "bypass.png",
|
|
"size": 128
|
|
}
|
|
]
|
|
},
|
|
"description": "Bypass News Sites' Paywalls",
|
|
"icons": {
|
|
"128": "bypass.png"
|
|
},
|
|
"manifest_version": 2,
|
|
"name": "Bypass Paywalls",
|
|
"short_name": "Bypass Paywall",
|
|
"options_ui": {
|
|
"page": "options.html"
|
|
},
|
|
"permissions": [
|
|
"cookies",
|
|
"<all_urls>",
|
|
"storage",
|
|
"webRequest",
|
|
"webRequestBlocking"
|
|
],
|
|
"version": "1.5.2"
|
|
} |