diff --git a/README.md b/README.md index bfd455e..8a23a51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bypass Paywalls for Firefox -## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi) +## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.6/bypass_paywalls-1.4.6-an+fx.xpi) ### Bypass the following sites' paywalls with this extension: @@ -42,6 +42,7 @@ Palo Alto Online (paloaltoonline.com)\ Quora (quora.com)\ SunSentinel (sun-sentinel.com)\ The Advocate (theadvocate.com.au)\ +The Australian Financial Review (afr.com)\ The Boston Globe (bostonglobe.com)\ The Globe and Mail (theglobeandmail.com)\ The Herald (theherald.com.au)\ diff --git a/background.js b/background.js index e7bada6..15c4f07 100644 --- a/background.js +++ b/background.js @@ -41,6 +41,7 @@ var defaultSites = { 'Quora': 'quora.com', 'SunSentinel': 'sun-sentinel.com', 'The Advocate': 'theadvocate.com.au', + 'The Australian Financial Review': 'afr.com', 'The Boston Globe': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Globe and Mail': 'theglobeandmail.com', diff --git a/manifest.json b/manifest.json index 8a6e8ba..e72ac98 100644 --- a/manifest.json +++ b/manifest.json @@ -44,5 +44,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.4.5" + "version": "1.4.6" } \ No newline at end of file diff --git a/options.js b/options.js index 3f28f37..4e6d214 100644 --- a/options.js +++ b/options.js @@ -39,6 +39,7 @@ var defaultSites = { 'Quora': 'quora.com', 'SunSentinel': 'sun-sentinel.com', 'The Advocate': 'theadvocate.com.au', + 'The Australian Financial Review': 'afr.com', 'The Boston Globe': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Globe and Mail': 'theglobeandmail.com', diff --git a/popup.html b/popup.html index 38e0e8d..1938a85 100644 --- a/popup.html +++ b/popup.html @@ -4,7 +4,7 @@ -
Bypass Paywalls v1.4.5 by Adam +
Bypass Paywalls v1.4.6 by Adam Options
diff --git a/updates.json b/updates.json index 545ccdc..00bcc25 100644 --- a/updates.json +++ b/updates.json @@ -4,7 +4,9 @@ "bypasspaywalls@bypasspaywalls.weebly.com": { "updates": [ { "version": "1.4.5", - "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi" } + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi" }, + { "version": "1.4.6", + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.6/bypass_paywalls-1.4.6-an+fx.xpi" } ] } }