diff options
-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": { |