aboutsummaryrefslogtreecommitdiffstats
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2018-11-14 23:52:26 -0800
committerOmar Rizwan <omar.rizwan@gmail.com>2018-11-14 23:52:26 -0800
commit66041e333c10387a18990f9af20d9c4daec5320e (patch)
tree138842d073aeeab11e0b3ab084ae4ed8f09806fd /extension/manifest.json
parent828a1c33d0a6cb24b01e4210e797fe9449b34c8e (diff)
Route tree!
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"],