Is this the correct way? How do I specify the directory? This is for a .NET mvc
Push.create("New Message!", {
body: parsedMessageDetails[MESSAGE],
icon: '/Content/icons/message-alert.png',
timeout: 1000,
onClick: function() {
window.focus();
this.close();
}
});