/* MS Office Viewer Copyright 2021 ArozOS Project Simple adapter for adapting the Office 365 online viewer API to ArozOS */ //Define the launchInfo for the module var moduleLaunchInfo = { Name: "MS Office Viewer", Desc: "MS Office 365 Adapter", Group: "office", IconPath: "MS Office Viewer/img/icon.png", Version: "3.0", StartDir: "MS Office Viewer/index.html", SupportFW: true, LaunchFWDir: "MS Office Viewer/index.html", SupportEmb: true, LaunchEmb: "MS Office Viewer/viewer.html", InitFWSize: [1080, 580], SupportedExt: [".doc", ".docx", ".xlsx",".xls",".pptx", ".ppt"] } //Register the module registerModule(JSON.stringify(moduleLaunchInfo));