Custom URL schemes are claimed by an installed app's manifest (iOS
CFBundleURLSchemes in Info.plist;
Android intent filters in AndroidManifest.xml). Schemes shown here are a mix of community-observed strings
and educated guesses — the SG banks don't publish them. Add or remove rows by editing the
SCHEMES
array in
index.html.
The
intent://…#Intent;…;end rows use the
Chrome on Android intent URI
syntax — they carry the Play Store package id so the OS can route the click to the right app or open the
Play Store listing as a fallback. iOS ignores this format.