From 15519db26aa24251dca68192308b09f20a3ddf6a Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Mon, 9 Mar 2020 21:34:00 +0100 Subject: [PATCH] Prepare v1.6.6.4 --- README.md | 2 +- manifest.json | 81 ++++++++++++++++++++++++------------------------- updates.json | 6 ++-- updates_lp.json | 4 ++- 4 files changed, 47 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 392a8b0..efb2023 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.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). diff --git a/manifest.json b/manifest.json index 474832c..bcf7c4f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,44 +1,43 @@ { - "background": { - "scripts": ["sites.js", "background.js"] - }, - "content_security_policy": "script-src 'self'; object-src 'self'", - "applications": { - "gecko": { - "id": "magnolia@12.34", - "update_url": "https://raw.githubusercontent.com/magnolia1234/bypass-paywalls-firefox-clean/master/updates.json" - } - }, - "browser_action": { - "default_popup": "popup.html", - "default_icon": { - "128": "bypass.png" + "background": { + "scripts": ["sites.js", "background.js"] }, - "theme_icons": [ - { - "light": "bypass-dark.png", - "dark": "bypass.png", - "size": 128 - } - ] - }, - "description": "Bypass News Sites' Paywalls", - "icons": { - "128": "bypass.png" - }, - "manifest_version": 2, - "name": "Bypass Paywalls Clean", - "short_name": "Bypass Paywall", - "options_ui": { - "page": "options.html" - }, - "permissions": [ - "cookies", - "", - "storage", - "tabs", - "webRequest", - "webRequestBlocking" - ], - "version": "1.6.6.3" + "content_security_policy": "script-src 'self'; object-src 'self'", + "applications": { + "gecko": { + "id": "magnolia@12.34", + "update_url": "https://raw.githubusercontent.com/magnolia1234/bypass-paywalls-firefox-clean/master/updates.json" + } + }, + "browser_action": { + "default_popup": "popup.html", + "default_icon": { + "128": "bypass.png" + }, + "theme_icons": [{ + "light": "bypass-dark.png", + "dark": "bypass.png", + "size": 128 + } + ] + }, + "description": "Bypass News Sites' Paywalls", + "icons": { + "128": "bypass.png" + }, + "manifest_version": 2, + "name": "Bypass Paywalls Clean", + "short_name": "Bypass Paywall", + "options_ui": { + "page": "options.html" + }, + "permissions": [ + "cookies", + "", + "storage", + "tabs", + "webRequest", + "webRequestBlocking" + ], + "version": "1.6.6.4" } \ No newline at end of file diff --git a/updates.json b/updates.json index 28b2029..e21ae36 100644 --- a/updates.json +++ b/updates.json @@ -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" } ] } } diff --git a/updates_lp.json b/updates_lp.json index 89422f2..5f66bc1 100644 --- a/updates_lp.json +++ b/updates_lp.json @@ -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" } ] } }