Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1948 from brave/chrome-runtime
Browse files Browse the repository at this point in the history
make chrome.runtime available in web page contexts
  • Loading branch information
bbondy committed May 27, 2016
2 parents 6328e15 + c107a3a commit 61c99b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ let generateBraveManifest = () => {
]
}
],
permissions: [
'externally_connectable.all_urls'
],
externally_connectable: {
matches: [
'<all_urls>'
]
},
web_accessible_resources: [
'about-*.html',
'img/favicon.ico'
Expand Down

0 comments on commit 61c99b1

Please sign in to comment.