Skip to content

Commit

Permalink
Add internal libs to Chrome web_accessible_resources list in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aiannacc committed Sep 10, 2013
1 parent 634d2b4 commit eb2155f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/chrome/manifest.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}],
"permissions": [ "webNavigation" ],
"web_accessible_resources": [
"<%= config[:jslib].join("\",\n \"") %>",
"<%= config[:js].join("\",\n \"") %>",
"<%= config[:css].join("\",\n \"") %>",
"<%= config[:img].join("\",\n \"") %>"
Expand Down

0 comments on commit eb2155f

Please sign in to comment.