From f85ef3c3a8caec82ee5201829f14c2ceb5c4fded Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 24 Oct 2022 22:17:21 -0700 Subject: firefox: remove irrelevant permission. * firefox/manifest.json: remove webNavigation permission request. --- firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/manifest.json b/firefox/manifest.json index 82c3c35..7f958e9 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -37,7 +37,7 @@ }, "permissions": [ - "", "webNavigation" + "" ], "browser_specific_settings": { -- cgit v1.2.3