Add-on notifications.notify API and Firefox 44.0a2

Discussion about official Mozilla Firefox builds
Post Reply
darren2005
Posts: 1
Joined: November 6th, 2015, 5:06 pm

Add-on notifications.notify API and Firefox 44.0a2

Post by darren2005 »

Hi,

Just wondering if anyone has any issues with the notifications.notify API and Firefox version 44.0a2 such as the icon size?

Example:

Code: Select all

var notifications = require("sdk/notifications");
var myIconURL = "./myIcon.png";

notifications.notify({
  text: "I have an icon!",
  iconURL: myIconURL
});
The icon seems to be much larger in 44.0a2 than it was in version 43

Is there a specific size for the icon via this API?

Thanks
Post Reply