Skip to content
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

Fix: trailing comma in json not tolerated by Chrome anymore #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

teleboas
Copy link

As per the official JSON spec (https://ecma-international.org/wp-content/uploads/ECMA-404_2nd_edition_december_2017.pdf) there should be no trailing commas in objects or arrays.

Chrome used to be lenient about it. It seems it is not the case anymore, and trying to install the extension on Google Chrome v. 119.0.6045.159 (Official Build) (64-bit) ends in an error about the manifest.json not being valid JSON because of a trailing comma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant