diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-06-08 23:02:37 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-07-05 21:32:43 +0900 |
commit | cbeec6ca62140b57a56481e315297b8d60984d45 (patch) | |
tree | a35added30ecd6c074e0a3ac0e84e000a490a44e | |
parent | 7a68fa0f03ea9c04bd32c7592cb56e8844f18475 (diff) |
Add webNavigation to retrieve frames in a tab
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index ab432b3..5f73744 100644 --- a/manifest.json +++ b/manifest.json @@ -34,7 +34,8 @@ "clipboardRead", "notifications", "bookmarks", - "browserSettings" + "browserSettings", + "webNavigation" ], "web_accessible_resources": [ "build/console.html", |