-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adapting code to use manifest v3 #117
Comments
Now available in Chrome 88 beta per https://blog.chromium.org/2020/12/manifest-v3-now-available-on-m88-beta.html Note the deprecated of background pages in favor of service workers. |
The beta still does not read all attributes of Manifest v3. Use the Dev channel build for testing. |
|
The usage of chrome.tabs.connect in serviceWorker.js, e.g.,
causes an error, observable in the popup's console, that says,
In the "Long-Lived Connections" section of https://developer.chrome.com/docs/extensions/mv2/messaging/ , the link to "tabs.connect" is a 404. Attempting to view the signature says, "VM311:1 function connect() { [native code] }". |
https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ |
https://www.bleepingcomputer.com/news/software/google-begins-testing-extension-manifest-v3-in-chrome-canary/
It will have significant changes to the webRequest API, which WARCreate extensively uses.
The text was updated successfully, but these errors were encountered: