Skip to content
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

Closed
Xawiu opened this issue Sep 10, 2024 · 6 comments
Closed
Labels
bug Something isn't working

Comments

@Xawiu
Copy link

Xawiu commented Sep 10, 2024

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:

"commands": {
  "_execute_browser_action": {},

to:

"commands": {
  "_execute_action": {},

Browser

Firefox

Browser Version

130.0

Extension Version

v8.0.0

@Xawiu Xawiu added the bug Something isn't working label Sep 10, 2024
@cesar19004
Copy link
Contributor

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.

@yermulnik
Copy link

@cesar19004 Is there an approx timeline for that? This feature is drastically missed from everyday workflow 😢 Thanks.

@cesar19004
Copy link
Contributor

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

@mymindstorm
Copy link
Member

Sorry about the delay, I've been super busy. I'll try to get the update submitted to Mozilla within the next few days.

@mymindstorm
Copy link
Member

Just submitted this to Mozilla, as soon as they approve the update.

@yermulnik
Copy link

Can confirm it now works w/o issues. v8.0.2 (Sept, 20, 20224). Thanks a bunch 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants