init.agi 343 B

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