Part of #10 Our wallet app will be web-based. Assuming we want a generic scheme to redirect the client's request to the user's choice of wallet: * [`navigator.registerProtocolHandler()`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler) (note: not supported on Safari), or * if PWA, register it as a handler on the platform where it's installed (can get a bit messy)