Skip to content

Commit

Permalink
F355: Remove clipboardWrite Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon1024 committed Aug 15, 2021
1 parent f8d177a commit a614a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"activeTab",
"background",
"storage",
"clipboardWrite",
"contextMenus",
"<all_urls>"
],
Expand Down Expand Up @@ -59,4 +58,4 @@
},
"offline_enabled": true,
"incognito": "split"
}
}
3 changes: 1 addition & 2 deletions manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"tabs",
"activeTab",
"storage",
"clipboardWrite",
"contextMenus",
"<all_urls>"
],
Expand Down Expand Up @@ -55,4 +54,4 @@
}
}
}
}
}

0 comments on commit a614a52

Please sign in to comment.