-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox, manifest.json v3 - change "_execute_browser_action" to "_execute_action" #1301
Comments
Fixed in #1288. We need to wait for the new version to be deployed to the Firefox Store. The current version is 8.0.0. |
@cesar19004 Is there an approx timeline for that? This feature is drastically missed from everyday workflow 😢 Thanks. |
I don’t know, but maybe @mymindstorm or @Sneezry do. For some reason, we are also missing the 8.0.1 update in Firefox, which fixes #1262 |
Sorry about the delay, I've been super busy. I'll try to get the update submitted to Mozilla within the next few days. |
Just submitted this to Mozilla, as soon as they approve the update. |
Can confirm it now works w/o issues. v8.0.2 (Sept, 20, 20224). Thanks a bunch 👍🏻 |
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: