init.agi 332 B

12345678910111213141516
  1. /*
  2. Arozos External AGI Services
  3. */
  4. //Define the launchInfo for the module
  5. var moduleLaunchInfo = {
  6. Name: "ARZ Serverless",
  7. Group: "System Tools",
  8. IconPath: "ARZ Serverless/img/small_icon.png",
  9. Version: "0.1",
  10. StartDir: "ARZ Serverless/index.html"
  11. }
  12. //Register the module
  13. registerModule(JSON.stringify(moduleLaunchInfo));