From 825020bdae27e280300b02ce8afff18e5608f8a8 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Tue, 28 Dec 2021 23:00:13 +1100 Subject: [PATCH] remove unnecessary host permissions --- extension/manifest.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index c10a7b2..4d4d969 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -26,14 +26,5 @@ "js": ["init.js"] } ], - "permissions": [ - "tabs", - "storage", - "clipboardRead", - "clipboardWrite", - "unlimitedStorage", - "https://*.notion.so/*", - "https://*.notion.site/*", - "" - ] + "permissions": ["tabs", "storage", "clipboardRead", "clipboardWrite", "unlimitedStorage"] }