Skip to content
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

Extension: Manifest v3 #5094

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Extension: Manifest v3 #5094

wants to merge 11 commits into from

Conversation

drinkcat
Copy link
Collaborator

Should fix #5035.

Manifest V3 introduces a number of changes, in particular, background pages need to be replaced by a service worker, and that service worker does not have access to the DOM of the popup page, so we need to switch everything to message passing.

Also, clipboard handling needs to done in a separate offscreen page now (with similar message passing constraints).

Only tested on a Linux laptop, with a hacked together websocket server. This needs to be tested on a Chromebook. kiwi also totally untested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

crouton extension and manifest v3
2 participants