/* Dummy Module Registration Information Do not try to call any AJGI users / filepath functions in this script. */ //Define the launchInfo for the module var moduleLaunchInfo = { Name: "ARZ Serverless", Group: "Utilities", IconPath: "ARZ Serverless/img/small_icon.png", Version: "0.1", StartDir: "ARZ Serverless/index.html" } //Register the module registerModule(JSON.stringify(moduleLaunchInfo));