Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[front] feat: make the PWA store ready (#2046)
* fix: at least one icon should have the purpose `any` * chore: explicit launch behaviour with launch_handler see: https://developer.mozilla.org/en-US/docs/Web/API/Launch_Handler_API * chore: explicit `orientation` with the value `any` * chore: add app categories in the manifest * chore: re-order some keys in manifest.json * chore: configure display_override * chore: remove display_override (because i didn't test it) + set prefer_related_applications * chore: test display_override with window-controls-overlay * chore: set handle_links to preferred to open ts url in the pwa * fix: make the app rotate only if the user settings allow it to * Update frontend/public/manifest.json Co-authored-by: Adrien Matissart <amatissart@users.noreply.github.com> * Update frontend/public/manifest.json Co-authored-by: Adrien Matissart <amatissart@users.noreply.github.com> * Update frontend/public/manifest.json Co-authored-by: Adrien Matissart <amatissart@users.noreply.github.com> --------- Co-authored-by: Adrien Matissart <amatissart@users.noreply.github.com>
- Loading branch information