From 74b1b0f789ea4e310a138c4b6d476a78d49cf557 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 16 Oct 2020 21:56:49 -0700 Subject: Starting to move to native messaging. Why? The WebSocket stuff is broken right now, and I want to get rid of the dep... --- extension/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'extension/manifest.json') diff --git a/extension/manifest.json b/extension/manifest.json index ac424f1..7900406 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -5,12 +5,18 @@ "description": "Connects to TabFS filesystem", "version": "1.0", - "permissions": ["tabs", "debugger"], + "permissions": ["tabs", "debugger", "nativeMessaging"], "browser_action": {}, "background": { "scripts": ["background.js"], "persistent": true + }, + + "browser_specific_settings": { + "gecko": { + "id": "tabfs@rsnous.com" + } } } -- cgit v1.2.3