Skip to content

Commit

Permalink
chore: remove unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackGlory committed Dec 22, 2023
1 parent f388a5c commit ffd4d32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/manifest.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
, "permissions": [
"activeTab"
, "scripting"
, "clipboardWrite"
]
, "host_permissions": [
"<all_urls>"
Expand Down
1 change: 0 additions & 1 deletion src/manifest.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
, "permissions": [
"activeTab"
, "scripting"
, "clipboardWrite"
]
, "host_permissions": [
"<all_urls>"
Expand Down

0 comments on commit ffd4d32

Please sign in to comment.