-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
[Migration] support for Manifest v3 #66
Comments
This comment has been minimized.
This comment has been minimized.
I think this is the best documentation on what an upgrade från V2 to V3 implies: https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/ |
@emorling i dont think manifest v3 is being pushed to firefox anytime soon. I will not be implementing this until a beta release from these browser vendors are out and they provide viable migration guides for both. Background scripts are now being replaced with workers, so I dont want to make partial support to chome and no support to firefox. Probably its a good call to wait. And I would like to see some open source extensions already working on this hell of a migration. |
Google is so arrogant with their release of manifest v3. This might be a good time to see what is to be done for the benefit of Firefox too. Ideas are welcome. ref:
|
Update:
I think this would help in the migration, If I get some time, I will test this myself. As of now all the extensions that i have is already on chrome store which means I have an year more for the migration. But for the new extensions created after January 17, migration is very much needed for chrome team to accept the extension into their store. Hope this helps! Like always, contributions & support are welcome from anyone. |
This comment was marked as resolved.
This comment was marked as resolved.
The extension hot reloading library also lacks support for this. |
The For development/production env for
For chrome in production, the output manifest will have
For firefox in production, the output manifest will have
|
I have published an extension last week to firestore and chrome with manifest 2 and 3 combined(with content script only
Edit: |
This comment was marked as outdated.
This comment was marked as outdated.
starting end of January 2023 Firefox will support MV3 also staring January, Chrome store will no longer show the featured badge for MV2 extensions: |
seems like Google has postponed their timeline https://9to5google.com/2022/12/12/manifest-v2-chrome-extension/ |
I've just tried to upload an extension with a v2 manifest to the Chrome store but get this error: |
Looks like (almost) end of this year v2 will be blocked/purged https://developer.chrome.com/blog/more-mv2-transition/
|
https://github.com/kyle-n/WebExtensionTemplate appears to have v3 support |
The timeline has since been updated but yeah in 2024 the migration looks to be happening https://developer.chrome.com/blog/resuming-the-transition-to-mv3/ |
This comment was marked as outdated.
This comment was marked as outdated.
migrated dependency libraries to support both webpack 4 and webpack 5
i will get the template to support webpack 5 too. hopefully all the depedencies support webpack 5 now |
|
any update on this ? 🤔 |
@abhijithvijayan Google has announced that devs need to migrate to V3 by June. |
Any update on this? This no longer works for chrome... |
Any plans on upgrading this to work with manifest V3? Or a list of manual changes that need to be done? It doesn't seem to work out of the box for V3.
The text was updated successfully, but these errors were encountered: