Prepare v1.6.6.4

This commit is contained in:
magnolia1234 2020-03-09 21:34:00 +01:00 committed by GitHub
parent 7d8fd431ba
commit 15519db26a
4 changed files with 47 additions and 46 deletions

View file

@ -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.6.3/bypass_paywalls_clean-1.6.6.3-an+fx.xpi)\
[Download and install the latest version](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.4/bypass_paywalls_clean-1.6.6.4-an+fx.xpi)\
Or first visit the [releases page](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases).\
Install add-on by downloading xpi-file (assets).

View file

@ -14,8 +14,7 @@
"default_icon": {
"128": "bypass.png"
},
"theme_icons": [
{
"theme_icons": [{
"light": "bypass-dark.png",
"dark": "bypass.png",
"size": 128
@ -40,5 +39,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.6.6.3"
"version": "1.6.6.4"
}

View file

@ -3,10 +3,10 @@
"addons": {
"magnolia@12.34": {
"updates": [
{ "version": "1.6.6.2",
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.2/bypass_paywalls_clean-1.6.6.2-an+fx.xpi" },
{ "version": "1.6.6.3",
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.3/bypass_paywalls_clean-1.6.6.3-an+fx.xpi" }
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.3/bypass_paywalls_clean-1.6.6.3-an+fx.xpi" },
{ "version": "1.6.6.4",
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.4/bypass_paywalls_clean-1.6.6.4-an+fx.xpi" }
]
}
}

View file

@ -4,7 +4,9 @@
"magnolia_limited_permissions@12.34": {
"updates": [
{ "version": "1.6.6.3",
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.3/bypass_paywalls_clean_lp-1.6.6.3-an+fx.xpi" }
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.3/bypass_paywalls_clean_lp-1.6.6.3-an+fx.xpi" },
{ "version": "1.6.6.4",
"update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.6.4/bypass_paywalls_clean_lp-1.6.6.4-an+fx.xpi" }
]
}
}