Thanks to https://developer.chrome.com/extensions/nativeMessaging, we could do messaging between the extension and the host application. So maybe, we could fork this https://github.com/lightninglabs/lightning-app to accept our messaging protocol. For Firefox: * https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/sendNativeMessage
Thanks to https://developer.chrome.com/extensions/nativeMessaging, we could do messaging between the extension and the host application.
So maybe, we could fork this https://github.com/lightninglabs/lightning-app to accept our messaging protocol.
For Firefox: