refactor(lex): eliminate background.js, make extension fully declarative
Merge all command registration logic from background.js into home.js.
Remove duplicated FRIENDLY_NAMES table (use lexicon-ui.js as single source).
Replace BroadcastChannel with direct api.publish() in chain-form.js.
Set manifest to background: false with declarative window commands.