From f0e6d9c89e1c19c3c22510d5949a91cfc2bbfcbb Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Fri, 27 Jul 2018 16:14:22 +0800 Subject: [PATCH] ask for local file access permission --- manifest-chrome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest-chrome.json b/manifest-chrome.json index b65d3029f..4c1979a8a 100644 --- a/manifest-chrome.json +++ b/manifest-chrome.json @@ -52,7 +52,8 @@ "permissions": [ "activeTab", "storage", - "identity" + "identity", + "file://*/*" ], "optional_permissions": [ "clipboardWrite",