aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-16 20:33:53 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-16 20:33:53 +0900
commit13fb726332e9638cb3fafc477cf9fe641cb906ce (patch)
tree407ac0092fcb20c94e407bf1cbc8e5c4844b3bd6 /manifest.json
parent85e22063fe522518e70928255349fb1c16b7cb42 (diff)
parentdc860d32f50e2fc21a4f38663bfb0b9099a77513 (diff)
Merge branch 'command-line'
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 2621c5e..1d511fa 100644
--- a/manifest.json
+++ b/manifest.json
@@ -11,5 +11,8 @@
],
"background": {
"scripts": ["build/background.js"]
- }
+ },
+ "permissions": [
+ "sessions"
+ ]
}