diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 20:12:49 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 20:12:49 +0900 |
commit | 49fc34e4444773344e7388fa818dd6e76d825b86 (patch) | |
tree | 1fb026e51c30caa046d8af3e302b8bb50131d522 | |
parent | bf07e89126989cc555a10848ddf18589fffe2e49 (diff) |
add history permission
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 4e32964..dfb4ae9 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,8 @@ }, "permissions": [ "sessions", - "tabs" + "tabs", + "history" ], "web_accessible_resources": [ "build/console.html" |