-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Question/Request] Safari Extension Support #10
Comments
On the same subject, how about FireFox? |
+1 for safari :) |
SafariApple added support for Manifest v3 in Safari quite recently, so it should work out of the box if you install the extension manually on Safari FirefoxFirefox is a bit of a pain because despite an official announcement a year ago, we don't have any information about Manifest v3 support. I've already considered adding Manifest v2 support to the extension but it implies a lot of refactoring as there is a lot of breaking changes between the two versions and it would be harder to maintain. |
Thanks for the guide! Maybe someone who has Xcode installed can use the safari-extension-converter tool to convert the extension to safari and then post here to test :) |
I have Xcode I’ll look into unless someone gets to it Before me
…Sent from my iPhone
On Apr 15, 2022, at 16:29, skynet01 ***@***.***> wrote:
Thanks for the guide! Maybe someone who has Xcode installed can use the safari-extension-converter tool to convert the extension to safari and then post here to test :)
There is a guide here: https://www.vshsolutions.com/blogs/convert-chrome-extension-to-safari-web-extension/
The benefit of this is that this extension would also work on iOS.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Awesome, let me know if you want me to test it :) |
@justinglock40 Ever get this working? |
@RemiRigal Any plans to port this to a safari extension as well or will it remain a chromium only extension?
The text was updated successfully, but these errors were encountered: