From 7c235e1b53f73cf9ee248140b49cbfbe96f2ec9c Mon Sep 17 00:00:00 2001 From: Bims Date: Thu, 5 Sep 2024 07:36:03 +0000 Subject: [PATCH] Remove unused premission to comply with chrome web store policies --- manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index b92943c..f4cf433 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,11 @@ { "manifest_version": 3, - "version": "1.1", + "version": "1.1.1", "name": "ghcss-extension", "description": "A simple extension that allows users to view custom css on GitHub profiles.", "author": "Bims-sh", "permissions": [ - "tabs", - "activeTab" + "tabs" ], "icons": { "48": "images/extension_48.png", @@ -22,4 +21,4 @@ "js": ["src/content/ghcss.ts"] } ] -} \ No newline at end of file +}