init.agi 328 B

1234567891011121314
  1. //Define the launchInfo for the module
  2. var moduleLaunchInfo = {
  3. Name: "dongwaa",
  4. Group: "Files",
  5. IconPath: "dongwaa/image/small_icon.png",
  6. Version: "0.0",
  7. StartDir: "dongwaa/index.html",
  8. SupportFW: true,
  9. LaunchFWDir: "dongwaa/index.html",
  10. InitFWSize: [1024, 768]
  11. }
  12. registerModule(JSON.stringify(moduleLaunchInfo));