Go to file
schmop 009149a88b feat: vault popup with search, autofill and clipboard copy
- Sorts entries by match with the active tab's origin so the right one is at the top.
- Autofill button injects a form-heuristic filler into the active tab via scripting.executeScript.
- Copied credentials auto-clear from the clipboard after 30 seconds.
2026-04-23 01:33:04 +02:00
src feat: vault popup with search, autofill and clipboard copy 2026-04-23 01:33:04 +02:00
.gitignore chore: scaffold MV3 extension with TypeScript + esbuild toolchain 2026-04-23 01:24:59 +02:00
esbuild.config.mjs chore: scaffold MV3 extension with TypeScript + esbuild toolchain 2026-04-23 01:24:59 +02:00
manifest.json feat: vault popup with search, autofill and clipboard copy 2026-04-23 01:33:04 +02:00
package-lock.json chore: scaffold MV3 extension with TypeScript + esbuild toolchain 2026-04-23 01:24:59 +02:00
package.json chore: scaffold MV3 extension with TypeScript + esbuild toolchain 2026-04-23 01:24:59 +02:00
tsconfig.json chore: scaffold MV3 extension with TypeScript + esbuild toolchain 2026-04-23 01:24:59 +02:00