import { getConfig } from "../../common/config.js"; const key = 'core'; const logo = ` JLINC Icon ` export function getModuleConfig() { const config = getConfig(); return { title: 'JLINC Protocol', logo, type: key, endpoint: config.publicCoreUrl, background: { color1: 'rgb(79, 55, 139)', color2: 'rgb(19, 2, 28)', }, button: { color: 'rgb(255, 205, 57)', }, } }