-
Notifications
You must be signed in to change notification settings - Fork 145
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
Import schema for Firefox 92 #3872
Comments
@rpl I've verified this issue with
In addition to that, I've also validated several popular extensions and didn't notice anything different in the validation results. |
@AlexandraMoga I assume that the first group of linting results are from a manifest_version 2 extension and the second group from a manifest_version 3 one, is that right? |
@rpl, yes the first set of results are for a |
@AlexandraMoga do you get the second results with |
@willdurand yes, the same errors are received for an MV2 add-on. I can see a warning about Here is a complete set of results only for MV2
|
@rpl in this case, it looks like a bug? |
I uploaded the following {
"manifest_version": 2,
"version": "2.0",
"description": "A test extension from webext-generator.",
// some comments
"name": "apeckey-buttleah-reine",
"permissions": [
"\u003Call\u005Furls\u003E"
],
"host_permissions": ["foo"]
} Here are the validation results: https://addons-dev.allizom.org/en-US/developers/upload/54f21699a4734d7985a64428f04d1313 |
Import schema for Firefox 92, which includes the following notable changes:
The PR linked is also addition additional unit tests for the permissions and host_permissions manifest properties in manifest_version 2 and manifest_version 3 extensions, but (similarly to what we did for #3844) we may want to also explicitly QA verify the new linter version that will include the 92 schema on a sample of real extensions submitted to AMO, included some of those that were mixing manifest_version 3 manifest keys in a manifest_version 2 extension manifest.
The text was updated successfully, but these errors were encountered: