My manifest is shown down below. I'm not sure why Google Chrome always says that it is not a valid JSON and Dictionary Keys are not quoted. Any help is appreciated. Thanks.
{
"name": "Auto Add to Cart",
"version": "1.2",
"manifest_version": 2,
}
My manifest is shown down below. I'm not sure why Google Chrome always says that it is not a valid JSON and Dictionary Keys are not quoted. Any help is appreciated. Thanks.
{
"name": "Auto Add to Cart",
"version": "1.2",
"manifest_version": 2,
}
You can't have a trailing ma in JSON. Remove the ma after the 2
.
Here's how an object is defined :
(source : json)