diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-24 22:17:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-24 22:17:21 -0700 |
commit | f85ef3c3a8caec82ee5201829f14c2ceb5c4fded (patch) | |
tree | b45752647fea7749275b09c79b193104d70636db | |
parent | c0f67b215f7f989fa3ca888f0a3ad2446d1548be (diff) | |
download | jp-hash-f85ef3c3a8caec82ee5201829f14c2ceb5c4fded.tar.gz jp-hash-f85ef3c3a8caec82ee5201829f14c2ceb5c4fded.tar.bz2 jp-hash-f85ef3c3a8caec82ee5201829f14c2ceb5c4fded.zip |
firefox: remove irrelevant permission.
* firefox/manifest.json: remove webNavigation
permission request.
-rw-r--r-- | firefox/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": [ - "<all_urls>", "webNavigation" + "<all_urls>" ], "browser_specific_settings": { |