Index: chrome/ext/content.js |
=================================================================== |
rename from chrome/content.js |
rename to chrome/ext/content.js |
--- a/chrome/content.js |
+++ b/chrome/ext/content.js |
@@ -1,1 +1,4 @@ |
- |
+chrome.runtime.onMessage.addListener(function(message, sender, sendResponse) |
+{ |
+ return ext.onMessage._dispatch(message, {}, sendResponse); |
+}); |