What's Changed
Added
- BybitPay (
https://i.bybit.com), Kraken Pay (https://krak.app), Crypto.com Pay (https://js.crypto.com), and Cash App Pay (https://cash.app) added to the externally-opened origins list, enabling the hosted-QR deposit and pay flows to open the partner app or browser correctly. bybit,cryptocom,krakenpay,cashappadded toallowedNativeSchemesfor custom-scheme deep link support.- iOS platform setup section added to README documenting the
LSApplicationQueriesSchemesentries required in client apps.
Fixed
isExternallyOpenedOriginnow compares scheme and host exactly (via URI parsing) instead of string-prefix matching, preventing lookalike-domain bypasses.
Full Changelog: v1.1.5...v1.1.6