I have one case for this undefined question when I use chrome.notifications.
var options = { type: "basic", title: "Extention Title", message: 'Extention Message", iconUrl: "images/icon_86.png" // My Case:Error in iconUrl };
But my "icon_86.png" is not in the image folder.
Solution: it will be ok if I use my correct icon.
('icon_86.png', this is in my project root directory)
source share