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

Commit

Permalink
make chrome.runtime available in web page contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed May 27, 2016
1 parent 6328e15 commit c107a3a
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 c107a3a

Please sign in to comment.