Hi i am trying to make a chrome extension on chrome book, but it comes up as manifest.json file
is missing or unreadable
The folder has a .json and a .html file.
(PLEAE NOTE: I have read the other posts and they do not resolve the issue!)
can anyone please offer some help please?
Much aprrecited, antoni.
2
Answers
Can you post your manifest.json? You have to ensure the .json file contains valid JSON, if not it may give that error.
Try to put the manifest.json in the root of your directories and also, follow the guidelines that can be found at the chrome manifest file format guidlines.