-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use Manifest v3 for Firefox #18
Comments
At the moment, Firefox users wouldn't get a prompt for
|
Another options is to programmatically request permissions using |
According to this comment made by Tomislav Jovanovic (back in 26/6/2023)
Either way, we still need to handle the case of rejected permissions |
NoteDuring initial testing, after all permissions are granted and the extension loaded successfully, fetching results failed with an error that look like this:
Turns out we're also required to use
|
Firefox's manifest v3 is ready. But, due to to |
One hiccup in adapting manifest v3 to Firefox is
host_permissions
. Chrome and Firefox handle thing differently in this case, Chrome before installation will prompt the user for confirmation to 'Add extension' with a summary of what it can access, while Firefox treats these permissions as opt-in where the user is expected after installation to manually visit the extensions page and grants its permissions [0][0] https://blog.mozilla.org/addons/2022/11/17/unified-extensions-button-and-how-to-handle-permissions-in-manifest-v3/
The text was updated successfully, but these errors were encountered: