init.agi 377 B

12345678910111213
  1. var moduleLaunchInfo = {
  2. Name: "SQLite Admin",
  3. Group: "Tools",
  4. IconPath: "SQLite Admin/img/small_icon.png",
  5. Version: "1.0",
  6. StartDir: "SQLite Admin/index.html",
  7. SupportFW: true,
  8. LaunchFWDir: "SQLite Admin/index.html",
  9. InitFWSize: [1100, 680],
  10. SupportedExt: [".sqlite", ".sqlite3", ".db"]
  11. }
  12. registerModule(JSON.stringify(moduleLaunchInfo));