-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adapt to Manifest v3 #316
Comments
Now available in Chrome 88 (current is v90) and documentation says that the Chrome Web Store has been accepting extensions with manifest v3 since January 2021. |
https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ |
A bit was done in the |
The core logic to adapt Mink to MV3 was done in a32a89c. Some subtle issues remain like the pageAction animation but this issue is 90% complete. |
The drilldown Miller columns interface appears to be broken in the latest |
|
Per https://blog.chromium.org/2020/12/manifest-v3-now-available-on-m88-beta.html, manifest version 3 is available for testing in Chrome 88 beta. Of significance is the deprecation of background scripts in favor of service workers.
Barriers: TBD
Branch: issue-316
The text was updated successfully, but these errors were encountered: