Skip to content

Commit

Permalink
Added permission for all sites in browser extension manifest.
Browse files Browse the repository at this point in the history
Closes #1136.
  • Loading branch information
imolorhe committed Jan 3, 2020
1 parent 34d6b64 commit 2802c94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome-ext-files/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"default_icon": "assets/img/altair_logo_128.png"
},
"permissions": [
"http://*/",
"https://*/",
"tabs",
"storage",
"notifications"
Expand Down

0 comments on commit 2802c94

Please sign in to comment.