fix: integrate protocol sync into CI/CD and update documentation

This commit is contained in:
MacBook
2026-04-22 17:01:00 +02:00
parent 6a26731fa7
commit 1dae8539f5
5 changed files with 23 additions and 12 deletions
+4 -3
View File
@@ -22,9 +22,10 @@ KoalaSync requires `<all_urls>` permission to detect and interact with video ele
- **Zero Telemetry**: No analytics or external tracking scripts.
## Installation
1. Open Chrome and go to `chrome://extensions/`.
2. Enable **Developer mode** (top right).
3. Click **Load unpacked** and select the `extension` folder from this repository.
1. **Sync Protocol**: Run `./scripts/sync-constants.sh` (macOS/Linux) or `scripts\sync-constants.bat` (Windows) from the root.
2. Open Chrome and go to `chrome://extensions/`.
3. Enable **Developer mode** (top right).
4. Click **Load unpacked** and select the `extension` folder.
## Development
If you modify `shared/constants.js`, you must synchronize the changes across the extension and server: