From d92620b2c6e7ede81c2dc10da305948672ab79ff Mon Sep 17 00:00:00 2001 From: Tom J Date: Thu, 23 Jan 2020 19:21:53 +0000 Subject: [PATCH] lower permission --- extension/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 94291ce5ff2..4866bb9e734 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -28,7 +28,11 @@ "permissions": [ "storage", "tabs", - "*://*/*", + "https://flowcrypt.com/*", + "https://*.google.com/*", + "https://outlook.live.com/*", + "https://outlook.office365.com/*", + "https://outlook.office.com/*", "unlimitedStorage" ], "content_scripts": [