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