From 91d4712e676782bb58fd7eb03fdc1f85111fca04 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sat, 25 Sep 2021 20:38:12 +0900 Subject: Remove webNavigation permission --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifest.json') 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", -- cgit v1.2.3