HOME
SYNAR COE
ready
window.__COE_PERMS = { owner: { admin: true, write: true, launchTools: true }, member:{ admin: false, write: false, launchTools: true } }; window.__COE_CAN = function (cap) { const me = window.__COE_ME; const role = me?.role || "guest"; return !!(window.__COE_PERMS[role] && window.__COE_PERMS[role][cap]); };