Skip to content

Commit

Permalink
fix(mv3): 🔧 Corresponding MV3 Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid committed Mar 3, 2023
1 parent 54e9edb commit 937e0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions add-on/manifest.chromium.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"minimum_chrome_version": "72",
"permissions": [
"<all_urls>",
"idle",
"tabs",
"notifications",
Expand All @@ -10,8 +9,7 @@
"contextMenus",
"clipboardWrite",
"webNavigation",
"webRequest",
"webRequestBlocking"
"webRequest"
],
"incognito": "not_allowed"
}
2 changes: 1 addition & 1 deletion add-on/manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"browser_action": {
"action": {
"browser_style": false
},
"options_ui": {
Expand Down

0 comments on commit 937e0f7

Please sign in to comment.