Michael Bumann

Results 310 comments of Michael Bumann

nice. thanks for the feedback, happy to hear it is in the direction of your thoughts. Currently I am using `sendNativeMessage` just because it was easier to implement and I...

ahhh...hmmm. so you mean rendering the 402 as a page with a BOLT-11 link that triggers the payment? that's probably easier to implement. my motivation somehow is to make it...

yep, [ln-paywall](https://github.com/philippgille/ln-paywall/) and [rack-lightning](https://github.com/bumi/rack-lightning) are both using the body for the lightning invoice (content type `application/vnd.lightning.bolt11`) I like the idea of using a header. The content type then can be...

experimenting on the flow: https://vimeo.com/448816127 ![image](https://user-images.githubusercontent.com/318/90414924-abd5c180-e0b0-11ea-91ad-86a855e7b6d1.png)

@githorray this PR so far only supports the LNURL-pay flow. And there are no checks to validate the lnurl response. LNURL-withdraw is the next step. Can you maybe help with...

so then let's solve this. July is already very old.

* https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ * https://twitter.com/search?q=manifest%20v3&src=typed_query&f=top * https://github.com/search?q=%22chrome.storage.session%22&type=Code * https://github.com/belaviyo/v3tov2 * https://bugs.chromium.org/p/chromium/issues/detail?id=1152255

I see this error on Chrome: is three the manifest file not perfectly correct?

I assume: it should not be `content_security_policy.extension_pages` but rather something like: ``` "content_security_policy": { "extension_pages": "...", ``` and google chrome tells this as error. (in the "errors" of the extension.)...

@thebrandonlucas thanks for making the PR there! -and here obviously :)