aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-09-09 23:55:45 +0200
committerTeddy Wing2021-09-09 23:55:45 +0200
commitdd35d8da997dd3fa9f9eb3c749cb13cbc5215131 (patch)
tree8f304109529ac1197bf7ddf20d0aa9a1887a07be
parent795f5c25ec5e6a517ff9d12ac8a731d4a2881e68 (diff)
downloadLegibility-dd35d8da997dd3fa9f9eb3c749cb13cbc5215131.tar.bz2
manifest.json: Remove `activeTab` permissionreload-extension-shortcut
We already request permission on all `http://` and `https://` hosts. That should give us all the permission we need. The `activeTab` permission just seems redundant. It's probably a holdover that no longer applies.
-rw-r--r--manifest.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index f561dfb..3e231d4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -25,7 +25,6 @@
},
"permissions": [
- "activeTab",
"webNavigation",
"http://*/*",
"https://*/*"