Skip to content

Commit 64d181c

Browse files
committed
Remove clipboard read permission
Turns out the copy id code is not actually using this at the moment. That may be the reason that Google is not approving the extension. Signed-off-by: Gary Kim <[email protected]>
1 parent de5e6c0 commit 64d181c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/manifest - chromium.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"description": "Provides various enhancements for SAS Powerschool",
1010
"permissions": [
1111
"storage",
12-
"clipboardWrite",
13-
"clipboardRead"
12+
"clipboardWrite"
1413
],
1514
"icons": {
1615
"128": "icons/128.png"

src/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"description": "Provides various enhancements for SAS Powerschool",
99
"permissions": [
1010
"storage",
11-
"clipboardWrite",
12-
"clipboardRead"
11+
"clipboardWrite"
1312
],
1413
"applications": {
1514
"gecko": {

0 commit comments

Comments
 (0)