Skip to content

Commit

Permalink
prepare migration to mmanifest v3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolpz committed Dec 5, 2023
1 parent f9260ae commit fb04301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"permissions": [
"activeTab",
"contextMenus",
"storage",
"webRequest",
"webRequestBlocking",
"storage",
"<all_urls>"
],
"browser_action": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"icons/*"
],
"commands": {
"_execute_browser_action": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L"
}
Expand Down

0 comments on commit fb04301

Please sign in to comment.