From e4c8c21227ebf3e96b614f51e3ae213069f8d14d Mon Sep 17 00:00:00 2001 From: Haseeb A Date: Sun, 20 Dec 2020 21:53:01 +0530 Subject: [PATCH] CORS issue prevented --- manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index daa065e..a49d378 100644 --- a/manifest.json +++ b/manifest.json @@ -5,9 +5,7 @@ "permissions": [ "contextMenus", "downloads", - "http://*/*", - "https://*/*", - "file://*/*" + "activeTab" ], "background": { "scripts": ["contextMenu.js"],