//Define the launchInfo for the module var moduleLaunchInfo = { Name: "WebMC", Group: "Network", IconPath: "WebMC/texture/jumpingBlock.gif", Version: "0.1", StartDir: "WebMC/index.html" } //Register the module registerModule(JSON.stringify(moduleLaunchInfo));