Skip to content
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

[research] Messaging between extension and app running on host #11

Open
RobinCsl opened this issue Nov 12, 2018 · 1 comment
Open

[research] Messaging between extension and app running on host #11

RobinCsl opened this issue Nov 12, 2018 · 1 comment

Comments

@RobinCsl
Copy link

RobinCsl commented Nov 12, 2018

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:

@chill117
Copy link
Member

Looks like it might be better to use a web service inside the electron process instead of using the native message API.

Setting up a callable native app requires installing manifest files at some specific places (depending on the OS) and on Windows some keys in the registry. Do not worry if it does not work at the first trial (it never did for me !), just keep searching.

See full discussion here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants