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..961a6ad2 100644 --- a/manifest.json +++ b/manifest.json @@ -84,16 +84,13 @@ "ws://*/*", "wss://*/*", "contextMenus", - "tabs", "idle", "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",