-
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
Update to Manifest V3 #50
Comments
I have now began work on this in the mv3 branch. Plan:
|
It is now no longer possible to install the Extension from the chrome store. May be you could add a packed extension for Chrome in the Repo releases. |
@meldron Can I read more about “packaged extensions” somewhere? |
Hey @lydell, sorry I meant a zip file containing a directory with the "unpacked extensions".
So that people can download the zip file. Unpack it and use the developer options to load the extension on |
So more or less just the output of So may be creating a Github Aciton and a release and run all the |
Summary:
Manifest V2 extensions won’t run in Chrome in some time in 2024.
https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/
According to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version no browser except Chrome supports V3. Not sure what one’s supposed to do. Update: Firefox 109 supports v3.
This article gives some clues: https://discourse.mozilla.org/t/when-will-web-ext-support-manifest-v3/91514/5. Sounds boring.
Found a checklist: https://developer.chrome.com/docs/extensions/mv3/mv3-migration-checklist/
Might be able to piggy-back on learnings from refined-github/refined-github#5531
web-ext
now has--firefox-preview
for trying experimental manifest v3 support: https://github.com/mozilla/web-ext/releases/tag/7.1.0Update: Newer blog post from Mozilla: https://blog.mozilla.org/addons/2022/10/31/begin-your-mv3-migration-by-implementing-new-features-today/
The text was updated successfully, but these errors were encountered: