MutinyWallet / mutiny-web

The frontend for Mutiny Wallet
https://app.mutinywallet.com
MIT License
179 stars 59 forks source link

Add protocol handlers for PWA #547

Open benthecarman opened 1 year ago

benthecarman commented 1 year ago

Looks like we can have it so when we scan a QR outside the app, mutiny will be an option.

Should hook this up for lightning, bitcoin, and lnurlp

https://developer.mozilla.org/en-US/docs/Web/Manifest/protocol_handlers

benthecarman commented 1 year ago

I think to do this we need to be able to do something like /send?param=somestring so we can load it that way

TonyGiorgio commented 1 year ago

This would only be useful for chrome on android from what it looks like.