Adwait Vyas
Adwait Vyas
@varjolintu Both Xcode 12 and Safari 14 are now available on macOS Catalina. `xcrun safari-web-extension-converter keepassxc-browser` converted the extension into an xcode project with the following warning: ``` Warning: The...
@varjolintu the warning says it is not supported by the current version of safari i have. Maybe I'm missing something here. Native messaging is supported according to https://developer.apple.com/documentation/safariservices/safari_web_extensions/messaging_between_the_app_and_javascript_in_a_safari_web_extension Anyway it...
See: https://developer.apple.com/documentation/safariservices/safari_web_extensions/messaging_between_the_app_and_javascript_in_a_safari_web_extension > Safari ignores the `application.id` parameter and only sends the message to the containing macOS app’s native app extension. This means the safari extension will have to be...
Hi @varjolintu Have you found time to work on this yet? I'm not asking for an ETA, but just letting you know that I am very interested in this feature,...