Skip to content

Commit 842d7d4

Browse files
authored
ask for local file access permission (#173)
1 parent 2854594 commit 842d7d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

manifest-chrome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"permissions": [
5353
"activeTab",
5454
"storage",
55-
"identity"
55+
"identity",
56+
"file://*/*"
5657
],
5758
"optional_permissions": [
5859
"clipboardWrite",

0 commit comments

Comments
 (0)