From 55b108bb92495cfa3baebfa626cbe02183939558 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 5 Apr 2018 23:22:58 -0700 Subject: [PATCH] Preparing for release of v1.2.0 --- background.js | 8 ++++++-- bypass-dark.png | Bin 0 -> 654 bytes changelog.txt | 3 +++ manifest.json | 8 ++++++-- options.js | 2 ++ popup.html | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 bypass-dark.png diff --git a/background.js b/background.js index bcac169..a165f7f 100644 --- a/background.js +++ b/background.js @@ -6,7 +6,9 @@ var defaultSites = { 'Barron\'s': 'barrons.com', 'Crain\'s Chicago Business': 'chicagobusiness.com', 'Chicago Tribune': 'chicagotribune.com', + 'Corriere Della Sera': 'corriere.it', 'Daily Press': 'dailypress.com', + 'Dagens Nyheter': 'dn.se', 'The Economist': 'economist.com', 'Financial Times': 'ft.com', 'Glassdoor': 'glassdoor.com', @@ -50,7 +52,8 @@ const allow_cookies = [ 'letemps.ch', 'fd.nl', 'bostonglobe.com', -'mercurynews.com' +'mercurynews.com', +'theage.com.au' ] // Removes cookies after page load @@ -60,7 +63,8 @@ const remove_cookies = [ 'letemps.ch', 'fd.nl', 'bostonglobe.com', -'mercurynews.com' +'mercurynews.com', +'theage.com.au' ] function setDefaultOptions() { diff --git a/bypass-dark.png b/bypass-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54af6537f47418c903e8a32499a92c3440ca5fed GIT binary patch literal 654 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSoCO|{#S9GG!XV7ZFl&wk0|S$T zr;B4q#jUq@ZL=o_N*sUqUv`d&b!nk6*S>}ynj+@xrKOk7FSvj7tfPyFQ3nPN2F49xeZJMQ_HXSDExPY-@cMrJ zwfE<_z?#6)1v6?JT=({Y1p6ZQ}K79;=K9HXU<=DoV1tIf0xO#ji-g{zIA8LSnc_F^YnLhHy_u& zcz3q;)h!uYvvbA82HXArJ3f1URN>^emg~2?KJD7QzV!RC7q6=(nJ+$mtTI)rukNP( zkv}=%<@0?%>3K@-+xp4&J@Z1ZzFS}0(4$l_>&ZHfu)0t0L$1Deu6tW7R;hflw!L}kXWf%; zS5TH3A8Gy85}Sb4q9e0M;fDZvX%Q literal 0 HcmV?d00001 diff --git a/changelog.txt b/changelog.txt index 4e5daaf..6894746 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,5 @@ Updates-- +2018-04-05 v1.2.0: Added dark theme icon (thanks to Geoffrey De Belie), added Corriere Della Sera (corriere.it), added Dagens Nyheter (dn.se), fixed The Age (theage.com.au) 2018-01-30 v1.1.0: Added Medium (medium.com), added The Boston Globe (bostonglobe.com), added The Mercury News (mercurynews.com), removed The Australian (theaustralian.com.au), removed The Courier Mail (couriermail.com.au), removed The Telegraph (telegraph.co.uk) 2017-09-14 v1.09: Added back Barron's, added Het Financieele Dagblad (fd.nl), added Le Temps (letemps.ch), added Haaretz (haaretz.co.il) 2017-06-15 v1.08: Added browser_action icon, removed Barron's, fixed Financial Times (ft.com), added options link to popup @@ -16,7 +17,9 @@ Baltimore Sun (baltimoresun.com) Barron's (barrons.com) Crain's Chicago Business (chicagobusiness.com) Chicago Tribune (chicagotribune.com) +Corriere Della Sera (corriere.it) Daily Press (dailypress.com) +Dagens Nyheter (dn.se) The Economist (economist.com) Financial Times (ft.com) Glassdoor (glassdoor.com) diff --git a/manifest.json b/manifest.json index d49ec6f..29c4260 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,11 @@ "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": { @@ -24,5 +28,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.1.0" + "version": "1.2.0" } diff --git a/options.js b/options.js index 27b5b5a..c44e3aa 100644 --- a/options.js +++ b/options.js @@ -4,7 +4,9 @@ var defaultSites = { 'Barron\'s': 'barrons.com', 'Crain\'s Chicago Business': 'chicagobusiness.com', 'Chicago Tribune': 'chicagotribune.com', + 'Corriere Della Sera': 'corriere.it', 'Daily Press': 'dailypress.com', + 'Dagens Nyheter': 'dn.se', 'The Economist': 'economist.com', 'Financial Times': 'ft.com', 'Glassdoor': 'glassdoor.com', diff --git a/popup.html b/popup.html index 5ae4cfa..a140bbc 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.1.0 by Adam +
Bypass Paywalls v1.2.0 by Adam Options