mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"background": {
|
|
"scripts": ["sites.js", "background.js"]
|
|
},
|
|
"content_security_policy": "script-src 'self'; object-src 'self'",
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "magnolia@12.34",
|
|
"update_url": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/raw/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",
|
|
"homepage_url": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean",
|
|
"icons": {
|
|
"128": "bypass.png"
|
|
},
|
|
"manifest_version": 2,
|
|
"name": "Bypass Paywalls Clean",
|
|
"short_name": "Bypass Paywall",
|
|
"options_ui": {
|
|
"page": "options.html"
|
|
},
|
|
"permissions": [
|
|
"cookies",
|
|
"<all_urls>",
|
|
"storage",
|
|
"tabs",
|
|
"webRequest",
|
|
"webRequestBlocking"
|
|
],
|
|
"version": "1.7.6.0"
|
|
} |