5e1375f1a1
- Add Chrome cookie importer (macOS Keychain AES-128-CBC decryption) - Add ~/.config/browse/config.json (headless, fullscreen, stealth, preview defaults) - Add ~/.config/browse/session.json (auto-save/restore cookies + localStorage) - Auto-import from all browsers (Safari + Firefox + Chrome) on first launch - Deduplicate cookies across browsers (domain+name+path key) - Defaults: headed, fullscreen, stealth, preview all enabled - Fix BigInt overflow for Chrome timestamps (CAST to TEXT in SQL)
6 lines
443 B
JavaScript
6 lines
443 B
JavaScript
export { ClaudeBrowser } from './browser.js';
|
|
export { importChromeCookies, listChromeProfiles } from './chrome.js';
|
|
export { loadConfig, saveConfig, loadSession, saveSession, clearSession, importAllToSession, getConfigPath, getSessionPath, } from './config.js';
|
|
export { BrowserServer, startServer } from './server.js';
|
|
export { createFavicon, convert, resize, crop, compress, thumbnail, } from './image.js';
|
|
//# sourceMappingURL=index.js.map
|