Skip to content

Commit

Permalink
Issue 2351: Make webtorrent work with NetworkService.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Efremov authored and bsclifton committed Aug 14, 2019
1 parent d84b38e commit 70b5ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/brave_webtorrent/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": ["extension/out/brave_webtorrent_background.bundle.js"],
"persistent": true
},
"web_accessible_resources": [
"extension/brave_webtorrent.html"
],
"permissions": ["downloads", "dns", "tabs", "windows", "<all_urls>"],
"sockets": {
"udp": {
Expand Down

0 comments on commit 70b5ff2

Please sign in to comment.