/* 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: "Photo M", Group: "Interface Module", IconPath: "DemoPhoto/img/small_icon.png", Version: "0.1", StartDir: "DemoPhoto/index.html" } //Register the module registerModule(JSON.stringify(moduleLaunchInfo));