NotifyJS plugin for Superpowers, the extensible HTML5 2D+3D game engine.
A handy wrapper for using the Web Notifications API. Notify.js aims to simplify requesting user permission and associated Web Notification API events, as well as providing a few extra callbacks and convenience methods.
var myFirstNotification = new Notify('Hi there!', {
body: 'This is an awesome notification',
notifyShow: function() {
console.log('notification was shown!');
}
});
myFirstNotification.show();
https://github.com/alexgibson/notify.js
Download the latest release, unzip it, rename the folder to Jquery, move it inside app/plugins/fraxken/ then restart your server.