From a6e60fd0f331d0aef491bb7e97a3d275428b6758 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 20 Aug 2020 16:07:31 +0200 Subject: [PATCH] Removed clipboardRead permission from Chrome manifest --- src/manifest-chrome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index 5389521..a90f939 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -11,7 +11,7 @@ "128": "icons/icon-128.png", "256": "icons/icon-256.png" }, - "permissions": ["activeTab", "storage", "notifications", "clipboardRead", "clipboardWrite", "contextMenus", ""], + "permissions": ["activeTab", "storage", "notifications", "clipboardWrite", "contextMenus", ""], "browser_action": { "default_title": "platypush",