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

Manifest v3 is not fully supported #168

Open
ueokande opened this issue Mar 5, 2023 · 0 comments · Fixed by #273
Open

Manifest v3 is not fully supported #168

ueokande opened this issue Mar 5, 2023 · 0 comments · Fixed by #273

Comments

@ueokande
Copy link
Owner

ueokande commented Mar 5, 2023

Firefox supports installing an addon with MV3 by installTemporaryAddon(). But all tests do not pass successfully because MV3 addons asks users to allow to run content scripts on pages. User should enable Access your data for all websites manually on addon permissions page.
allow_permissions

ueokande added a commit that referenced this issue Jan 14, 2024
This change resolve #168 partial, but it has a limitation. To allow the
browser to load content script, the playwright-webextext overrides the
add-ons permissions in the local filesystem. It works when 1) the add-on
has `browser_specific_settings.gecko.id` and launching the browser with
a persist context.
@ueokande ueokande reopened this Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant