|
Implement browser extension MVP: autofill, save prompt, popup UI
Features: - Content script detects login forms and shows fixed autofill cards - Persistent save prompt via background storage + popup badge - Popup built entirely with gnexus-ui-kit components - Save deduplication by username+domain - Tags and category (web) for saved credentials - Manual refresh button to invalidate cache Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| .gitignore 0 → 100644 |
|---|
| Makefile 0 → 100644 |
|---|
| README.md |
|---|
| icons/icon.svg 0 → 100644 |
|---|
| icons/icon128.png 0 → 100644 |
|---|
|
|
| icons/icon16.png 0 → 100644 |
|---|
|
|
| icons/icon32.png 0 → 100644 |
|---|
|
|
| icons/icon48.png 0 → 100644 |
|---|
|
|
| manifest.json 0 → 100644 |
|---|
| package-lock.json 0 → 100644 |
|---|
| package.json 0 → 100644 |
|---|
| src/api.js 0 → 100644 |
|---|
| src/background.js 0 → 100644 |
|---|
| src/content.css 0 → 100644 |
|---|
| src/content.js 0 → 100644 |
|---|
| src/popup/popup.css 0 → 100644 |
|---|
| src/popup/popup.html 0 → 100644 |
|---|
| src/popup/popup.js 0 → 100644 |
|---|