From e1b0f2d2cd1aa10ce55c87a81d911ac781d266ef Mon Sep 17 00:00:00 2001 From: David Crocker Date: Mon, 7 Sep 2020 18:47:25 -0400 Subject: [PATCH] Remove the "tabs" permission --- manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 96a506e..8582d04 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Tab Limiter", "description": "Limit the number of open tabs in total and in a single window", - "version": "0.2.0", + "version": "0.2.1", "author": "Matthias Vogt", "homepage_url": "https://github.com/matthias-vogt/tab-limiter", @@ -25,9 +25,8 @@ ] }, "permissions": [ - "tabs", "storage" ], "manifest_version": 2 -} \ No newline at end of file +}