From 245014e9170a56cc588400f67628def0e18dc631 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 19 May 2022 18:13:45 +0100 Subject: [PATCH 1/2] Remove permissions we were informed of going unused. --- CHANGELOG.txt | 4 ++++ manifest.json | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7989b7fe..de995c5a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,9 @@ ## Versions ## +1.5.1.1 -: +- Remove unnecessary permissions to comply with CWS policy (#177) +(only released on Google Chrome, there is no new functionality) + 1.5.1: - Block Facebook suggested posts (#120) - Updated jQuery and jQuery UI (#130) diff --git a/manifest.json b/manifest.json index d31408d5..e49422e7 100644 --- a/manifest.json +++ b/manifest.json @@ -89,11 +89,9 @@ "webRequest", "webRequestBlocking", "webNavigation", - "alarms", - "storage", "notifications" ], - "version": "1.5.1", + "version": "1.5.1.1", "web_accessible_resources": [ "img/icon24.png", "jquery/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png", From 95f43593f371972a0d736ce4722061fc57b4d3c0 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 19 May 2022 18:49:27 +0100 Subject: [PATCH 2/2] Also remove tabs as we don't need it. --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index e49422e7..961a6ad2 100644 --- a/manifest.json +++ b/manifest.json @@ -84,7 +84,6 @@ "ws://*/*", "wss://*/*", "contextMenus", - "tabs", "idle", "webRequest", "webRequestBlocking",