Commit Graph

3 Commits

Author SHA1 Message Date
cad98acbb3 feat: first-run setup page for repo URL, credentials and master password 2026-04-23 01:32:53 +02:00
c965d0f4ad feat: encrypted git-backed vault with idle auto-lock
- Master password derives an AES-GCM-256 key via PBKDF2-SHA256; the key never leaves the device and the remote only sees ciphertext blobs.
- One file per entry under entries/; conflicts produce a sidecar the user resolves in the UI.
- Vault stays unlocked across background-script suspensions via storage.session; auto-locks after 5 min of inactivity.
2026-04-23 01:26:32 +02:00
8c05cffa67 chore: scaffold MV3 extension with TypeScript + esbuild toolchain 2026-04-23 01:24:59 +02:00