To use this feature you need to run this code on LOCALHOST or use HTTPS protocol.

A compact, cross-browser solution for the JavaScript Notifications API

Send Push Notification

Push.create("Hello world!", {
    body: "How's it hangin'?",
    icon: 'icon.png',
    timeout: 4000,
    onClick: function () {
        window.focus();
        this.close();
    }
});

Colors

Sidebar

Layout

Main menu accordion