Labs/Apps/Notifications

From MozillaWiki
< Labs‎ | Apps
Jump to: navigation, search

Application Notification

There is platform support for Desktop Notifications under the mozilla name space. Fennec currently supports this web content API. See DougT's blog post.

The Firefox Jetpack add-on SDK exposes a notification module, which provides access to platform-specific (Windows "Toast"-style, Mac OS Growl, etc.) notification libraries. An experimental module that exposes this functionality to the navigator.apps object is found on github.