-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Migrate manifest to v3 #35
Comments
Only for firefox? Why not for chrome also? |
Because I was looking at my local branch where I'd been playing around and had already migrated Chrome to v3 😁 |
I have successfully migrated it to v3 for firefox, but it breaks for chrome showing the error : Service worker registration failed. Status code: 15. I followed every step mentioned in the chrome migration from v2 to v3. https://developer.chrome.com/docs/extensions/mv3/mv3-migration/ |
Chrome tends to have better diagnostics that Firefox for problems like this, so have a dig around. |
okay. |
I think the problem is with the |
We can use this. What do you think about this? |
Does the Chrome extension work if you reload it manually? |
no it does not work even if I load it manually. It gives the same error of service worker not being registered. |
/in that case something else is up - if you cant work it out then submit a PR anyway and I'll have a look. |
It looks like Firefox does now support manifest v3.
I tried just changing the version and it still loaded but it gave some warnings.
I've not has time to work out fixes for them yet, but the messagesd and docs on https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/ look pretty good.
The text was updated successfully, but these errors were encountered: