/* Video Module Register Script */ //Setup the module information var moduleLaunchInfo = { Name: "cyinput", Desc: "Cyinput 速型輸入法", Group: "IME", IconPath: "Cyinput/img/small_icon.png", Version: "0.1.0", StartDir: "Cyinput/index.html", SupportFW: true, LaunchFWDir: "Cyinput/index.html", SupportEmb: false, InitFWSize: [170, 260], SupportedExt: [] } //Register the module registerModule(JSON.stringify(moduleLaunchInfo));