init.agi 356 B

1234567891011121314
  1. //Define the launchInfo for the module
  2. var moduleLaunchInfo = {
  3. Name: "Web Downloader",
  4. Group: "Download",
  5. IconPath: "Web Downloader/img/small_icon.png",
  6. Version: "1.0",
  7. StartDir: "Web Downloader/index.html",
  8. SupportFW: true,
  9. LaunchFWDir: "Web Downloader/index.html",
  10. InitFWSize: [400, 500]
  11. }
  12. registerModule(JSON.stringify(moduleLaunchInfo));