aboutsummaryrefslogtreecommitdiffstats
path: root/extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 614a6ac..5b742d7 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -1,12 +1,12 @@
{
"manifest_version": 2,
- "name": "TabFS Extension",
- "description": "Connects to TabFS filesystem",
+ "name": "TabFS",
+ "description": "Mount your browser tabs as a filesystem",
"version": "1.0",
"permissions": [
- "tabs", "debugger", "nativeMessaging",
+ "tabs", "tabCapture", "debugger", "nativeMessaging",
"unlimitedStorage",
"*://*/*"
],