diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-09-26 11:54:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-26 11:54:11 +0900 |
commit | 9154972485c24a5a90782cef17f75b3a79a13774 (patch) | |
tree | 4bc3d608f498176f50a74ca7fc03d2d501ac7920 /manifest.json | |
parent | cbf4b37bd0d5ba277d6400ed460d6a086ae1d7bb (diff) | |
parent | 91d4712e676782bb58fd7eb03fdc1f85111fca04 (diff) |
Merge pull request #1264 from ueokande/fix-establish-connection-issue
Search a content from frames successfully loaded
Diffstat (limited to 'manifest.json')
-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", |