feat: dynamically set PWA start_url

This commit fixes an issue where the PWA would always start at the
root of the application, regardless of the page you were on when
you installed it.

This is fixed by:
- Consolidating the two manifest files into a single file.
- Adding a new route to the server that dynamically generates the
  `start_url` in the manifest based on the current route.
- Adding an e2e test to verify the changes.
This commit is contained in:
google-labs-jules[bot]
2025-07-26 14:22:21 +00:00
parent 84459b06e2
commit 2683f1a1e0

Diff Content Not Available