Skip to content

Commit

Permalink
fix: remove redundant/unused permissions (#849)
Browse files Browse the repository at this point in the history
Addressing review:
#808 (comment)

(We no longer use alarms API and activeTab is superseded by  <all_urls>)
  • Loading branch information
lidel authored Feb 24, 2020
1 parent 5d6ce25 commit c0442cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions add-on/manifest.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"permissions": [
"<all_urls>",
"idle",
"activeTab",
"tabs",
"notifications",
"alarms",
"storage",
"unlimitedStorage",
"contextMenus",
Expand Down

0 comments on commit c0442cd

Please sign in to comment.