exports = { onAppInstallHandler: function () { console.log("App installed with server.js called!"); }, onAppUninstall: function () { console.log("App uninstalled!"); } };