// Svrnty extension entrypoint for Hermes WebUI. // Loaded via HERMES_WEBUI_EXTENSION_DIR; runs in the WebUI origin with full // session authority. Reskin is CSS-only (app.css); this file is reserved for // future custom UI/behavior. Keep additive + idempotent. (function () { "use strict"; if (window.__svrntyExtLoaded) return; // idempotent guard window.__svrntyExtLoaded = true; // (no DOM changes yet — branding is handled entirely by app.css) })();