init.agi 363 B

12345678910111213141516171819
  1. /*
  2. Manga Cafe
  3. Author: tobychui
  4. The grestest tool to read Manga on your arozos
  5. */
  6. //Define the launchInfo for the module
  7. var moduleLaunchInfo = {
  8. Name: "Manga Cafe",
  9. Group: "Media",
  10. IconPath: "Manga Cafe/img/small_icon.png",
  11. Version: "1.1",
  12. StartDir: "Manga Cafe/index.html"
  13. }
  14. //Register the module
  15. registerModule(JSON.stringify(moduleLaunchInfo));