v1.2.1
Version bump to match manifest.
New Features
- Forex pair detection: Converts USD/JPY, EUR/USD, GBP/CHF and other pairs. Currency inferred from quote side (USD/JPY → JPY)
- JPY support: Added JPY to conversion menu and all 5 price sources
- Multi-browser build:
node build.jsgenerates builds for Chrome, Edge, Brave, and Firefox - Semantic analysis: NEGATIVE_INDICATORS (candle, pips, jobs, dropped) block false positives
- Toggle per site: Click extension icon to disable on any domain (badge shows OFF)
Bug Fixes
- ₿ symbol no longer duplicated in input/contenteditable fields
- ₿ is now a CSS pseudo-element (non-copyable, non-selectable)
- Numbers like "15-minute candle" and "180 pips" no longer trigger false positives
- Extension auto-injects on install/update (no need to reload pages)
Technical
- Added scripting permission for auto-inject
- Sentence-level proximity check for forex context
- Ancestor DOM traversal for better context detection