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

Chrome compatibility (Manifest V3) #5

Open
axellorreyne opened this issue Feb 20, 2023 · 0 comments
Open

Chrome compatibility (Manifest V3) #5

axellorreyne opened this issue Feb 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@axellorreyne
Copy link
Contributor

axellorreyne commented Feb 20, 2023

At this point, the extension uses Manifest V2 and is only Firefox compatible.

To make it compatible with Chrome/Chromium, it should be adapted to Manifest V3.

This adaptation includes but is not limited to:

One could still run a Manifest V2 extensions in Chrome but the Chrome Web Store no longer accepts these. If one would want to make this V2 version compatible with chrome, "extraHeaders" should be added to the extraInfoSpec array at

["blocking", "requestHeaders"]
when a chrome client is detected.

@axellorreyne axellorreyne added the enhancement New feature or request label Feb 20, 2023
@axellorreyne axellorreyne self-assigned this Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant