It would be awesome to have custom icons in Growl notifications. The Growl notification API supports setting an icon (via iconData parameter) for notification. It would dramatically improve our message notifications if we could display the user's avatar or other relevant icon by simply providing the URL.
For example:
// Send a Growl notification
macgap.growl.notify({
title: "Notify",
content: "New Message!",
icon: "/path/to/icon"
});
It would be awesome to have custom icons in Growl notifications. The Growl notification API supports setting an icon (via iconData parameter) for notification. It would dramatically improve our message notifications if we could display the user's avatar or other relevant icon by simply providing the URL.
For example: