Prepare for v1.6.2 release

master
Adam 2019-11-22 21:03:11 -08:00
parent 34643026b8
commit aaab4ce174
3 changed files with 24 additions and 22 deletions

View File

@ -1,6 +1,6 @@
# Bypass Paywalls for Firefox # Bypass Paywalls for Firefox
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.1/bypass_paywalls-1.6.1-an+fx.xpi) ## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.2/bypass_paywalls-1.6.2-an+fx.xpi)
### Bypass the following sites' paywalls with this extension ### Bypass the following sites' paywalls with this extension

View File

@ -5,22 +5,22 @@
"content_scripts": [ "content_scripts": [
{ {
"matches": [ "matches": [
"*://*.bizjournals.com/*", "*://*.bizjournals.com/*",
"*://*.bloomberg.com/*", "*://*.bloomberg.com/*",
"*://*.businessinsider.com/*", "*://*.businessinsider.com/*",
"*://*.caixinglobal.com/*", "*://*.caixinglobal.com/*",
"*://*.ad.nl/*", "*://*.ad.nl/*",
"*://*.ed.nl/*", "*://*.ed.nl/*",
"*://*.haaretz.co.il/*", "*://*.haaretz.co.il/*",
"*://*.lemonde.fr/*", "*://*.lemonde.fr/*",
"*://*.nytimes.com/*", "*://*.nytimes.com/*",
"*://*.nzherald.co.nz/*", "*://*.nzherald.co.nz/*",
"*://*.parool.nl/*", "*://*.parool.nl/*",
"*://*.repubblica.it/*", "*://*.repubblica.it/*",
"*://*.telegraaf.nl/*", "*://*.telegraaf.nl/*",
"*://*.trouw.nl/*", "*://*.trouw.nl/*",
"*://*.volkskrant.nl/*", "*://*.volkskrant.nl/*",
"*://*.washingtonpost.com/*" "*://*.washingtonpost.com/*"
], ],
"js": ["contentScript.js"] "js": ["contentScript.js"]
} }
@ -143,9 +143,9 @@
"*://*.trouw.nl/*", "*://*.trouw.nl/*",
"*://*.vn.nl/*", "*://*.vn.nl/*",
"*://*.lemonde.fr/*", "*://*.lemonde.fr/*",
"*://*.scientificamerican.com/*", "*://*.scientificamerican.com/*",
"*://*.thehindu.com/*", "*://*.thehindu.com/*",
"*://*.demorgen.be/*" "*://*.demorgen.be/*"
], ],
"version": "1.6.1" "version": "1.6.2"
} }

View File

@ -34,7 +34,9 @@
{ "version": "1.6.0", { "version": "1.6.0",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.0/bypass_paywalls-1.6.0-an+fx.xpi" }, "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.0/bypass_paywalls-1.6.0-an+fx.xpi" },
{ "version": "1.6.1", { "version": "1.6.1",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.1/bypass_paywalls-1.6.1-an+fx.xpi" } "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.1/bypass_paywalls-1.6.1-an+fx.xpi" },
{ "version": "1.6.2",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.2/bypass_paywalls-1.6.2-an+fx.xpi" }
] ]
} }
} }