diff --git a/README.md b/README.md index bb103ffa..237a4e00 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ * [License](#license) ### Installation - [Download and install the latest version](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean-1.6.9.1-an+fx.xpi)\ + [Download and install the latest version](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.1/bypass_paywalls_clean-1.7.0.1-an+fx.xpi)\ Or first visit the [releases page](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases).\ Here you can also find a limited permissions version (custom sites not working though).\ Install add-on by downloading xpi-file (assets). diff --git a/manifest.json b/manifest.json index 97d6c953..8a649fd6 100644 --- a/manifest.json +++ b/manifest.json @@ -39,5 +39,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.6.9.1" + "version": "1.7.0.1" } \ No newline at end of file diff --git a/sites_custom.json b/sites_custom.json deleted file mode 100644 index 3ce9728d..00000000 --- a/sites_custom.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "——— Custom Sites (updates) ——": "###", - "WAtoday": "watoday.com.au" -} diff --git a/updates.json b/updates.json index 7a4433c3..10006fcd 100644 --- a/updates.json +++ b/updates.json @@ -3,10 +3,10 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "1.6.6.6", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.6/bypass_paywalls_clean-1.6.6.6-an+fx.xpi" }, { "version": "1.6.9.1", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean-1.6.9.1-an+fx.xpi" } + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean-1.6.9.1-an+fx.xpi" }, + { "version": "1.7.0.1", + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.1/bypass_paywalls_clean-1.7.0.1-an+fx.xpi" } ] } } diff --git a/updates_lp.json b/updates_lp.json index d86de846..aa68ace3 100644 --- a/updates_lp.json +++ b/updates_lp.json @@ -3,10 +3,10 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "1.6.6.6", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.6/bypass_paywalls_clean_lp-1.6.6.6-an+fx.xpi" }, { "version": "1.6.9.1", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean_lp-1.6.9.1-an+fx.xpi" } + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.9.1/bypass_paywalls_clean_lp-1.6.9.1-an+fx.xpi" }, + { "version": "1.7.0.1", + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.1/bypass_paywalls_clean_lp-1.7.0.1-an+fx.xpi" } ] } }