mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
Update native messaging application name
This commit is contained in:
@@ -100,7 +100,7 @@ const bridgeMap = new Map();
|
||||
* forwarding.
|
||||
*/
|
||||
function initBridge (tabId, frameId) {
|
||||
const port = browser.runtime.connectNative("caster_bridge");
|
||||
const port = browser.runtime.connectNative("fx_cast_bridge");
|
||||
bridgeMap.set(tabId, port);
|
||||
|
||||
port.onMessage.addListener(message => {
|
||||
|
||||
Reference in New Issue
Block a user