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
Using the same manifest.json for all browsers
manifest.json
Ignore unsupported properties in manifest.json
As mentioned in #282, handling of unsupported properties in mafinset.json requires a consensus.
mafinset.json
Currently browser specific entries often result in failure.
Examples:
browser_specific_settings
minimum_chrome_version
key
The text was updated successfully, but these errors were encountered:
Duplicate of #14.
Side note: both of your examples (browser_specific_settings and minimum_chrome_version) do not result in hard failures.
Sorry, something went wrong.
No branches or pull requests
Purpose
Using the same
manifest.json
for all browsersProposal
Ignore unsupported properties in
manifest.json
As mentioned in #282, handling of unsupported properties in
mafinset.json
requires a consensus.Currently browser specific entries often result in failure.
Examples:
browser_specific_settings
minimum_chrome_version
,key
The text was updated successfully, but these errors were encountered: