You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bypass-paywalls-firefox-clean/manifest.json

44 lines
1.2 KiB
JSON

{
4 years ago
"background": {
"scripts": ["sites.js", "bpc_count_daily_users.js", "background.js"]
},
4 years ago
"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"
4 years ago
}
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"128": "bypass.png"
},
"theme_icons": [{
"light": "bypass-dark.png",
"dark": "bypass.png",
"size": 128
}
]
},
"description": "Bypass Paywalls of news sites",
"homepage_url": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean",
4 years ago
"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.9.0.1"
}