mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-23 06:08:06 +03:00
Remove clipboardWrite permission from manifest
The clipboardWrite permission was removed from the manifest.json file, likely to reduce unnecessary permissions and improve security.
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
"permissions": [
|
||||
"storage",
|
||||
"scripting",
|
||||
"unlimitedStorage",
|
||||
"clipboardWrite"
|
||||
"unlimitedStorage"
|
||||
],
|
||||
"options_ui": {
|
||||
"page": "options/options.html",
|
||||
|
||||
Reference in New Issue
Block a user