aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-24 22:17:21 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-24 22:17:21 -0700
commitf85ef3c3a8caec82ee5201829f14c2ceb5c4fded (patch)
treeb45752647fea7749275b09c79b193104d70636db
parentc0f67b215f7f989fa3ca888f0a3ad2446d1548be (diff)
downloadjp-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.json2
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": {