From 3179cfb00a4faf7d0d31782e6694b2b4b9b990d9 Mon Sep 17 00:00:00 2001 From: Zach Barnes Date: Wed, 24 Apr 2024 12:18:09 -0600 Subject: [PATCH] removed tabs permission --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9487252..8815b7d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Hide Google AI Overviews", "version": "1.0", "description": "Hide annoying Google AI Overviews.", - "permissions": ["storage", "scripting", "tabs"], + "permissions": ["storage", "scripting"], "icons": { "16": "icons/strikeAI16.png", "48": "icons/strikeAI48.png",