diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-09-25 20:38:12 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-09-25 20:38:12 +0900 |
commit | 91d4712e676782bb58fd7eb03fdc1f85111fca04 (patch) | |
tree | 4bc3d608f498176f50a74ca7fc03d2d501ac7920 | |
parent | a0f2c3ee107508e406a4a41cbda76ecd2d3f0d8f (diff) |
Remove webNavigation permission
-rw-r--r-- | manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index e3a021d..ea9730c 100644 --- a/manifest.json +++ b/manifest.json @@ -34,8 +34,7 @@ "clipboardRead", "notifications", "bookmarks", - "browserSettings", - "webNavigation" + "browserSettings" ], "web_accessible_resources": [ "build/console.html", |