chrome.notifications.create( "name-for-notification", { type: "basic", iconUrl: "image.jpeg", title: "This is a notification", message: "hello there!", }, function () {} );