export const extensionsDir = "extensions"; export const distDir = "dist"; export const coreExtensionsDir = "core-extensions"; export const repoUrlFile = ".moonlight-repo-url"; export const installedVersionFile = ".moonlight-installed-version"; export const ipcGetOldPreloadPath = "_moonlight_getOldPreloadPath"; export const ipcGetAppData = "_moonlight_getAppData"; export const ipcGetIsMoonlightDesktop = "_moonlight_getIsMoonlightDesktop"; export const ipcMessageBox = "_moonlight_messageBox"; export const ipcSetCorsList = "_moonlight_setCorsList"; export const ipcSetBlockedList = "_moonlight_setBlockedList"; export const apiLevel = 2; export const mainRepo = "https://moonlight-mod.github.io/extensions-dist/repo.json"; // If you're updating this, update `defaultConfig` in core as well export const builtinExtensions = ["moonbase", "disableSentry", "noTrack", "noHideToken"];