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
@willdurand I've verified add-on uploads on stage - ranging from simple to complex extensions (I've used some high profile extensions as well) to see if there are any issues with the latest linter release.
I didn't know what syntax should be used to tests all the individual changes mentioned in your issue comment. The addition of action as an alias for browser_action was pretty straightforward, but the others not so much:
replacing browser_action with action => MV3 doesn't trigger errors or warnings during validation; MV2 triggers the following warning:
Code Message Description File Line Column
MANIFEST_FIELD_UNSUPPORTED "/action" is in a format "/action" is in a format not supported in manifest.json
not supported in manifest versions < 3.
manifest versions < 3.
Import schema for Firefox 91, which includes the following changes:
The text was updated successfully, but these errors were encountered: