Update native messaging application name

This commit is contained in:
Matt Hensman
2018-06-09 00:27:16 +00:00
committed by GitHub
parent 6e1d907e4e
commit 61aaa01968

View File

@@ -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 => {