-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
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
Manifest version 2 is deprecated #68
Comments
Can confirm I am also getting this but it doesn't prevent the extensions from being used at the moment. |
It looks like migrating to V3 manifest is a bit more complicated then I thought - the webpack-extension-reloader package used for this extension is no longer maintained and does not support V3 (more here) which means the service worker registration will fail for v3 manifests. |
@Cveinnt We were using v3 before but had to switch to v2 to support Firefox. Do you have any suggestions on moving back to v3? @mehbubhussain |
chrome is the one complaining about version 3 and we can add an extra build step to process the manifest file to work correctly with v3 |
Looks like a company maintains a fork of it over at https://github.com/SimplifyJobs/webpack-ext-reloader/ and that there is an issue tracking MV3 support there over at SimplifyJobs/webpack-ext-reloader#28 |
We can close this, since we are now using the plasmo framework and the chrome build has manifest v3. Firefox build will still be on v2 till they switch the browser to demand v3 by default |
We are getting an error saying the manifest version 2 is deprecated. Check the picture below.
The text was updated successfully, but these errors were encountered: