skip to Main Content

Hi i am trying to make a chrome extension on chrome book, but it comes up as manifest.json file
is missing or unreadable
Here is the error!
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


  1. Can you post your manifest.json? You have to ensure the .json file contains valid JSON, if not it may give that error.

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search