220 B

Minimal Plugin

This is the smallest possible valid plugin.

exports.init = function () {
    global.apis.alert("This message appears when PostalPoint launches.", "Hello!");
};