whisper-money/public
Víctor Falcón 13360ce0b8
revert(pwa): drop handle_links to keep app deep-linking (#708)
Reverts the `handle_links: "not-preferred"` manifest change from #707.

It's origin-wide: it would route **every** `whisper.money` link (bank
auth callback, email verification, shared deep links) to the browser
instead of the installed app — not just `/oauth`. We want links to keep
opening the app when it's installed.

The OAuth-capture fix will instead be surgical: move the interactive
`/oauth/authorize` endpoint to a dedicated host (`oauth.whisper.money`)
outside the PWA scope, so only OAuth leaves the app and all other
deep-linking is untouched. That lands in a follow-up PR (needs DNS +
testing).

This restores the manifest to its original state (no PWA link-handling
hacks).
2026-07-21 13:40:13 +02:00
..
favicon revert(pwa): drop handle_links to keep app deep-linking (#708) 2026-07-21 13:40:13 +02:00
icons chore: update PWA maskable icons 2025-12-30 07:22:19 +01:00
images fix(banking): keep the native green Wise logo, not the aggregator's (#590) 2026-06-24 09:34:37 +02:00
.htaccess Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
index.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
setup.sh chore: replace Caddy with Portless for local HTTPS proxy (#258) 2026-04-02 16:39:44 +01:00
sw.js feat: Improve PWA standalone experience and redirect to dashboard (#90) 2026-02-01 11:33:10 +01:00