Working background push.

This commit is contained in:
Matt Corallo 2014-01-12 04:27:11 -10:00
parent b4ab726727
commit 41866cee95
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,8 @@
},
"background": {
"pages": ["background.html"]
"scripts": [ "jquery.js", "jquery.atmosphere.js", "aes.js", "hmac-sha256.js", "lib-typedarrays.js",
"Long.min.js", "ByteBuffer.min.js", "ProtoBuf.min.js", "helpers.js", "background.js" ]
},
"options_page": "options.html"

View File

@ -37,8 +37,8 @@ if (storage.getUnencrypted("number_id") === undefined) {
}
}
chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
console.log("Got push message from background.js " + JSON.stringify(request));
$(window).bind('storage', function() {
console.log("Got localStorage update");
fillMessages();
});
fillMessages();