You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: In Manifest Version 3, the command _execute_browser_action has been deprecated and replaced with _execute_action. Because the manifest file still uses the old command, the extension's keyboard shortcuts don't work properly in Firefox.
In the manifest.json, it is necessary to change:
"commands": {
"_execute_browser_action": {},
to:
"commands": {
"_execute_action": {},
Browser
Firefox
Browser Version
130.0
Extension Version
v8.0.0
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue
Problem: In Manifest Version 3, the command _execute_browser_action has been deprecated and replaced with _execute_action. Because the manifest file still uses the old command, the extension's keyboard shortcuts don't work properly in Firefox.
In the manifest.json, it is necessary to change:
to:
Browser
Firefox
Browser Version
130.0
Extension Version
v8.0.0
The text was updated successfully, but these errors were encountered: