aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/background.js2
1 files changed, 1 insertions, 1 deletions
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);