From 41cfb507c7d637100a49c265c197e1cd5959c73a Mon Sep 17 00:00:00 2001 From: sienori Date: Sat, 23 Dec 2017 03:33:45 +0900 Subject: [PATCH] Remove the clipboardRead permission --- simple-translate/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-translate/manifest.json b/simple-translate/manifest.json index b49836f..27d3237 100644 --- a/simple-translate/manifest.json +++ b/simple-translate/manifest.json @@ -12,7 +12,7 @@ } }, - "permissions": ["", "storage", "contextMenus", "clipboardRead"], + "permissions": ["", "storage", "contextMenus"], "options_ui": { "page": "options/options.html",