feat(extension): setup cross-browser uninstall url architecture

This commit is contained in:
KoalaDev
2026-06-13 21:01:31 +02:00
parent 4fbf309e5a
commit 77793c8c6e
3 changed files with 52 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ All notable changes to the KoalaSync browser extension and relay server.
### Added
- **Extension: New Interactive Onboarding Tour**: A fully redesigned, interactive step-by-step onboarding experience.
- **Extension: Auto-Switch to Sync Tab**: The UI now intelligently switches to the Sync tab when you join a room to guide video selection.
- **Extension: Uninstall URL Integration**: Prepared an uninstall URL setup that works natively across Chrome and Firefox, cleanly attaching browser context for analytics.
### Fixed
- **Extension: Infinite Seek Loop Prevention**: Replaced the fragile time-based seek suppression with an exact target-time verification mechanism, entirely eliminating infinite seek loops on slow buffers.