Source code
Revision control
Copy as Markdown
Other Tools
browser.notifications.create("cake-notification", {
type: "basic",
title: "Time for cake!",
iconUrl: "http://localhost:4245/assets/www/images/test.gif",
message: "Something something cake",
});