aboutsummaryrefslogtreecommitdiffstats
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2020-12-02 20:24:20 -0800
committerOmar Rizwan <omar.rizwan@gmail.com>2020-12-02 20:24:20 -0800
commit22aaeaa9e139e960c7b8c819962e7ff0de95ff71 (patch)
treeb3281133240666fd332fb5d21a8755e99b6d937f /extension/manifest.json
parent506751b3d5b2b479ffe703acdac8fb595646ab25 (diff)
base64 reads. start working on screenshot stuff.
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",
"*://*/*"
],