init.agi 364 B

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