Trailing comma not allowed
Remove the last comma in multiple places:
"16": "icon16.jpeg",
}, }
You can also use jsonlint to help you validate and spot errors quicker in your JSONs.
Trailing comma not allowed
Remove the last comma in multiple places:
"16": "icon16.jpeg",
}, }
You can also use jsonlint to help you validate and spot errors quicker in your JSONs.