diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-12-08 11:24:30 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-12-08 11:24:30 +0900 |
commit | b735317c60f24c9f60f007ac3503b37b7905e07b (patch) | |
tree | 89949a82f686e347a353c237f68c8ef7ea3bf464 /manifest.json | |
parent | 9c34b961c68588d95cc942465dae55388e861ffa (diff) |
Add browserSettings permission
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 4fb27d5..f71bf55 100644 --- a/manifest.json +++ b/manifest.json @@ -33,7 +33,8 @@ "tabs", "clipboardRead", "notifications", - "bookmarks" + "bookmarks", + "browserSettings" ], "web_accessible_resources": [ "build/console.html", |