The extension uses the browser's storage API solely to persist your
Echoes Per Action (EPA) counters between browser sessions — the running
action count and echo totals you accumulate while playing. This data:
The extension runs on www.fallenlondon.com and reads the game's own
API responses as they arrive in your browser. This is used to annotate the page
with echo values, challenge information, and Bone Market data. The extension:
www.fallenlondon.comThe extension contains no analytics, telemetry, crash reporting, or tracking of any kind. No third-party SDKs are included. Your usage of the extension is not observed or recorded in any way.
Most extension features work by reading the game's own API responses locally —
no outbound requests of their own. The one exception is the
Optimal Loadout feature: when you tap the +
button next to a challenge, the extension sends a request to
api.fallenlondon.com on your behalf to equip the highest-rated
item for that skill, using the same credentials the game already has in your
browser session. This request:
The full source code is publicly available on GitHub. Anyone can verify these claims by reading the code directly.
Questions or concerns? Open an issue on GitHub.