We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_execute_browser_action
addons-linter doesn't report any warning for the /commands/_execute_browser_action property for a manifest V3.
/commands/_execute_browser_action
{ "manifest_version": 3, "...": "...", "action": { "...": "..." }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+K" } } } }
No warnings are reported.
addons-linter reports a warning as for the browser_action property.
browser_action
Maybe same problem with /commands/_execute_page_action property.
/commands/_execute_page_action
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
Warning about _execute_browser_action makes sense, as it has been replaced with _execute_action in MV3.
_execute_action
_execute_page_action is still supported in Firefox's MV3 though.
_execute_page_action
Sorry, something went wrong.
No branches or pull requests
Describe the problem and steps to reproduce it:
addons-linter doesn't report any warning for the
/commands/_execute_browser_action
property for a manifest V3.What happened?
No warnings are reported.
What did you expect to happen?
addons-linter reports a warning as for the
browser_action
property.Anything else we should know?
Maybe same problem with/commands/_execute_page_action
property.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: