From 281e0a3d8cbc4ef5e2f2a32d6e347888d36c5209 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 23 Oct 2020 22:03:13 -0700 Subject: Works in Chrome again! (had to make TabFS name lowercase) Add install script to cover all the native messaging install cases. --- extension/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension') diff --git a/extension/background.js b/extension/background.js index 1e47b98..75520d9 100644 --- a/extension/background.js +++ b/extension/background.js @@ -365,7 +365,7 @@ async function onMessage(req) { }; function tryConnect() { - port = chrome.runtime.connectNative('com.rsnous.TabFS'); + port = chrome.runtime.connectNative('com.rsnous.tabfs'); /* console.log('hello', port);*/ /* updateToolbarIcon();*/ port.onMessage.addListener(onMessage); -- cgit v1.2.3