aboutsummaryrefslogtreecommitdiffstats
path: root/extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json8
1 files changed, 7 insertions, 1 deletions
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"
+ }
}
}