Part of: [Epic] Add Windows support (#66)
Summary
Cookie extraction is currently macOS-only (Safari + Chrome binary cookie parsing). Decide whether to skip on Windows or add Chrome cookie support with Windows-specific SQLite paths.
Current State
- Safari cookies: macOS-only, no Windows equivalent (Safari doesn't exist on Windows)
- Chrome cookies: Currently uses macOS-specific SQLite paths and binary cookie format
Options
- Add Windows Chrome cookie support: Different SQLite path on Windows, same general approach
- Skip cookie extraction on Windows: Disable the feature gracefully, document limitation
- Add Edge cookie support: Edge uses Chromium, similar cookie storage to Chrome
Acceptance Criteria
Estimate: ~0.5–1 day
Part of: [Epic] Add Windows support (#66)
Summary
Cookie extraction is currently macOS-only (Safari + Chrome binary cookie parsing). Decide whether to skip on Windows or add Chrome cookie support with Windows-specific SQLite paths.
Current State
Options
Acceptance Criteria
Estimate: ~0.5–1 day