Skip to content

Commit c7f6329

Browse files
committed
feat(extension): auto-fill login and OTP
1 parent af63018 commit c7f6329

File tree

18 files changed

+878
-59
lines changed

18 files changed

+878
-59
lines changed

browser/chromium-extension/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ TOTP display, and SSH-agent workflows in Chromium-based browsers. It is intentio
88
- `src/content.ts` injects the scanner, streams snapshots to the background script, and listens for popup requests.
99
- `src/nativeBridge.ts` implements the Native Messaging bridge to `persona bridge` (stdio JSON frames).
1010
- `src/popup.ts` renders the popup UI, wires the “Connect” button, and displays detected form metadata.
11-
- `public/manifest.json` declares MV3 permissions for scripting, storage, and action popup.
11+
- `manifest.json` is the loadable MV3 manifest (points at `dist/*` + `public/popup.html`).
12+
- `public/manifest.json` is kept as a reference/template while the packaging flow evolves.
1213

1314
## Scripts
1415

browser/chromium-extension/dist/background.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

browser/chromium-extension/dist/background.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)