From 304cbe2e6bf3756f4bcb675ec4b8b7403158ea5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 3 Apr 2019 20:21:31 +0200 Subject: [PATCH] remove tab permission The tab permission is not required for all methods on the tabs api --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index eb35939..4820be0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.5.2", + "version": "1.5.3", "author": "Kevin R.", "description": "Remove tracking elements form URLs.", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls", @@ -50,7 +50,6 @@ "webRequest", "webRequestBlocking", "storage", - "tabs", "unlimitedStorage" ], "background": {