diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-07 20:53:00 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-07 20:53:00 +0900 |
commit | 582cc9a25a604766aa8c2705f0736e71cb640895 (patch) | |
tree | 4be901e512216d58f7566ece40a2b7afdf3d8350 /manifest.json | |
parent | 76e09c75127d86f4d32cb7fb31ffefc3fc021997 (diff) |
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", |