Skip to content

firefox, manifest.json v3 - change "_execute_browser_action" to "_execute_action" #1301

@Xawiu

Description

@Xawiu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions