Prepare v1.7.0.3

This commit is contained in:
magnolia1234 2020-04-22 22:29:54 +02:00
parent 8716203040
commit 78d94cc6a5
4 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@
* [License](#license)
### Installation
[Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi)\
[Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi)\
Or first visit the [releases page](https://github.com/magnolia1234-new/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).

View file

@ -6,7 +6,7 @@
"applications": {
"gecko": {
"id": "magnolia@12.34",
"update_url": "https://raw.githubusercontent.com/magnolia1234/bypass-paywalls-firefox-clean/master/updates.json"
"update_url": "https://raw.githubusercontent.com/magnolia1234-new/bypass-paywalls-firefox-clean/master/updates.json"
}
},
"browser_action": {
@ -39,5 +39,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.7.0.2"
"version": "1.7.0.3"
}

View file

@ -3,10 +3,10 @@
"addons": {
"magnolia@12.34": {
"updates": [
{ "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" },
{ "version": "1.7.0.2",
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi" }
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi" },
{ "version": "1.7.0.3",
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi" }
]
}
}

View file

@ -3,10 +3,10 @@
"addons": {
"magnolia_limited_permissions@12.34": {
"updates": [
{ "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" },
{ "version": "1.7.0.2",
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean_lp-1.7.0.2-an+fx.xpi" }
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean_lp-1.7.0.2-an+fx.xpi" },
{ "version": "1.7.0.3",
"update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean_lp-1.7.0.3-an+fx.xpi" }
]
}
}