From cbeec6ca62140b57a56481e315297b8d60984d45 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 8 Jun 2021 23:02:37 +0900 Subject: Add webNavigation to retrieve frames in a tab --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3