HeimdallTV / heimdall

Reverse Engineered Client for Youtube, Twitch, Nebula, Curiosity Stream, PeerTube, Piped, Floatplane and more!
https://heimdall.tv
5 stars 1 forks source link

Use content scripts for communication with background #29

Closed Saghen closed 7 months ago

Saghen commented 8 months ago

Firefox does not support externally_connectable so we cannot directly connect to the background of the extension. Instead, we should build a content script that listens for postMessage and proxies the request to the background