Given the allowed bidirectional communication between the JS component and the local (Mac) app, how can I open the local application using a message from the web component?
I am able to send messages between the components but the current safari web extensions context does not allow the usage of UIApplication.sharedApplication.openURL
(as in, UIApplication is not really loaded).