-
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
Chrome Extension Manifest v3 #69
Comments
Indeed, that is the reason. Plus, it probably lacks privacy-related information in the store. |
Because the window of opportunity to perform a migration with manifest v2 was missed, #63 not being solved in advance will mean settings will be wiped. Not a huge pain, but pain nonetheless. |
Nevermind, I can still access it in an offscreen document. |
So, it probably comes as no surprise that migrating mostly-8-years-old code to Manifest v3 is complicated. Bad news: it's not a coulpe-hours job. Again, apologies that I missed all the deadlines on v3 migration, this work should've started at least half a year earlier. |
Don't worry about missed deadlines, happy to hear it'll get fixed. 😉 You've just followed golden rule - when it works, don't touch it. 😅 |
Enabled Manifest v3 for Firefox (not SW-based) Switched code to modules Switched to using webextension-polyfill
Good start! Firefox's inability to run Webextensions in Service Workers actually gives me a good intermediate ground to experiment before I have to 100% commit to Chrome's v3 model. Next steps:
|
With latest update of Google Chrome (134.0.6998.35 (Official Build) (64-bit) ) the extension stopped working.
The page in extension store shows
I'm guessing, it has something to do with Manifest v3: https://developer.chrome.com/docs/extensions/develop/migrate
The text was updated successfully, but these errors were encountered: