diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-08 20:42:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-08 20:42:31 +0900 |
commit | ef6bbd117e042fecea85b2dbb8294ad60e4e8d48 (patch) | |
tree | a45d82bfe44cf23ca3d93bd202fd29cb8ca19869 /manifest.json | |
parent | 104a9666ff627b11ce7cf3a5bf096b1bc3437bc1 (diff) | |
parent | 11d0bebbc5c95f036304755399d8994be1658330 (diff) |
Merge pull request #387 from ueokande/open-from-bookmarks
Open URLs from bookmarks
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 39d14f4..f4b0e75 100644 --- a/manifest.json +++ b/manifest.json @@ -32,7 +32,8 @@ "storage", "tabs", "clipboardRead", - "notifications" + "notifications", + "bookmarks" ], "web_accessible_resources": [ "build/console.html", |