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). |
||
|---|---|---|
| .. | ||
| apple-touch-icon.png | ||
| apple-touch-icon.svg | ||
| favicon-96x96.png | ||
| favicon.ico | ||
| favicon.svg | ||
| site.webmanifest | ||
| web-app-manifest-192x192.png | ||
| web-app-manifest-512x512.png | ||