I would like to create multiple App Extension processes from Safari Web Extension by calling the browser.runtime.connectNative API. Would this be feasible?
Is there another method to talk to multiple App extension binaries from the Safari Web extension other than using browser.runtime.connectNative
Does the Safari Web Extension always need to be bundled with app extension and native app? Can it talk to other app extensions/native app