aboutsummaryrefslogtreecommitdiffstats
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2018-11-11 16:31:02 -0800
committerOmar Rizwan <omar.rizwan@gmail.com>2018-11-11 16:31:02 -0800
commit47d855c7309dfb86093fd4cd272935e3b24a6ee9 (patch)
treed5c15f3e0496e00bd9b550707745e30994427a8e /extension/manifest.json
parentbf631cfc0fb3d819076f2d72084535c9bb5e2dd9 (diff)
Tabs subfolder.
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 0049977..374f21d 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -5,6 +5,8 @@
"description": "Connects to ChromeFS filesystem",
"version": "1.0",
+ "permissions": ["tabs"],
+
"background": {
"scripts": ["background.js"],
"persistent": true