From: Mike Frysinger Date: Wed, 23 Sep 2020 13:49:17 +0000 (-0400) Subject: drop tabs permission X-Git-Tag: v1.5.6 X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fclearhistory-advance-fork.git;a=commitdiff_plain;h=57ad75ee0182742d32d44a13a5f202f9e1ae7f9e drop tabs permission It doesn't seem to be needed by anything, so just remove it. --- diff --git a/manifest.json b/manifest.json index 36a59b4..7c6425b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,11 +3,10 @@ "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "28", - "version": "1.5.5", + "version": "1.5.6", "description": "__MSG_description__", "permissions": [ "alarms", - "tabs", "history", "cookies", "downloads",