init.agi 392 B

123456789101112131415161718
  1. /*
  2. Dummy Module Registration Information
  3. Do not try to call any AJGI users / filepath functions in this script.
  4. */
  5. //Define the launchInfo for the module
  6. var moduleLaunchInfo = {
  7. Name: "Dummy",
  8. Group: "Interface Module",
  9. IconPath: "Dummy/img/small_icon.png",
  10. Version: "0.1",
  11. StartDir: "Dummy/index.html"
  12. }
  13. //Register the module
  14. registerModule(JSON.stringify(moduleLaunchInfo));