penge/block-site

Error: Could not load manifest on trying to load extension locally

Closed this issue · 1 comments

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.