Skip to content

Commit

Permalink
Removed some unnecessary manifest permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 15, 2019
1 parent d0dcbe5 commit 545de6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions shells/browser/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
},

"permissions": [
"<all_urls>",
"background",
"tabs",
"webNavigation",
"file:///*",
"http://*/*",
Expand Down
3 changes: 0 additions & 3 deletions shells/browser/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
},

"permissions": [
"<all_urls>",
"activeTab",
"tabs",
"webNavigation",
"file:///*",
"http://*/*",
Expand Down

0 comments on commit 545de6f

Please sign in to comment.