Sid Vishnoi

Results 116 comments of Sid Vishnoi

Working fine on Firefox 110 (released [2023-02-14](https://whattrainisitnow.com/release/?version=110.0)), including tipping and continuous payments. ![image](https://github.com/interledger/web-monetization-extension/assets/8426945/8289c7c5-158d-4413-b8f2-6d6d0f05b662) (Firefox started MV3 support with 109, but I tested on 110)

We'd eventually want to automate (whatever possible parts of) the publishing. https://jam.dev/blog/automating-chrome-extension-publishing/ https://github.com/fregante/chrome-webstore-upload-cli

To test: How it works in split-window mode (https://github.com/interledger/web-monetization-extension/pull/366#discussion_r1673836423)

https://github.com/microsoft/MicrosoftEdge-Extensions/discussions/102 🤷🏽‍♂️🤦🏽 https://github.com/uBlockOrigin/uBlock-issues/issues/2945

Found the sender port in Runtime.Port message handler returns correct tab ID 🎉 ``` port.onMessage.addListener((message, sendingPort) => { console.log(sendingPort.sender?.tab?.id); }); ``` So, we can make a short connection on content...

Everything works once we get right tabId, except Edge doesn't update the icon (even with correct tabId!)