We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the error with installation instruction: "Manifest file is missing or unreadable":
The text was updated successfully, but these errors were encountered:
If I try to install from /src/extention folder, ther is the error
Could not load JavaScript 'js/content-script.js' for content script.
Sorry, something went wrong.
Even if to fix the paths in the manifest, there are another errors Is it really the working version?
You need to do the following npm install npm run build
npm install
npm run build
and then when loading the unpacked extension from chrome, you should choose the "dist" folder, this is where the built app gets created.
No branches or pull requests
Here's the error with installation instruction:
"Manifest file is missing or unreadable":
The text was updated successfully, but these errors were encountered: