From d41e361d4fbd3be7aefd633a0737e04d80e83795 Mon Sep 17 00:00:00 2001 From: Diana Date: Tue, 16 Feb 2021 12:29:47 +0200 Subject: [PATCH] lower down permissions to the minimal required set --- app/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index a05fd60a..0e9a2531 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -14,7 +14,8 @@ "/scripts/content/detectUI5.js" ], "matches": [ - "" + "http://*/*", + "https://*/*" ] } ], @@ -34,7 +35,8 @@ }, "permissions": [ "contextMenus", - "" + "http://*/*", + "https://*/*" ], "web_accessible_resources": [ "/scripts/injected/*.js",