diff options
author | Teddy Wing | 2021-09-09 23:55:45 +0200 |
---|---|---|
committer | Teddy Wing | 2021-09-09 23:55:45 +0200 |
commit | dd35d8da997dd3fa9f9eb3c749cb13cbc5215131 (patch) | |
tree | 8f304109529ac1197bf7ddf20d0aa9a1887a07be | |
parent | 795f5c25ec5e6a517ff9d12ac8a731d4a2881e68 (diff) | |
download | Legibility-reload-extension-shortcut.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.json | 1 |
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://*/*" |