Error: Could not load manifest on trying to load extension locally
hshreeshail opened this issue · 1 comments
hshreeshail commented
I cloned the repo and tried to load the extension locally in the Chrome Browser by doing: More Tools -> Extensions -> Load Unpacked
. But on choosing the folder, I am getting the following error:
Error
Could not load options page 'options.html'.
Could not load manifest.
penge commented
Hi @hshreeshail
you will need to build the extension first:
$ npm run build
which creates ./dist
folder which you then load in Chrome.