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 374f21d..b523910 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -1,11 +1,11 @@
{
"manifest_version": 2,
- "name": "ChromeFS Extension",
- "description": "Connects to ChromeFS filesystem",
+ "name": "TabFS Extension",
+ "description": "Connects to TabFS filesystem",
"version": "1.0",
- "permissions": ["tabs"],
+ "permissions": ["tabs", "debugger"],
"background": {
"scripts": ["background.js"],