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>
1 parent 056fbd9 commit 6155985baf0aa9d541335fb9bf26bae9e1f87d94
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 15 hours ago
Showing 18 changed files
View
.gitignore 0 → 100644
View
Makefile 0 → 100644
View
README.md
View
icons/icon.svg 0 → 100644
View
icons/icon128.png 0 → 100644
View
icons/icon16.png 0 → 100644
View
icons/icon32.png 0 → 100644
View
icons/icon48.png 0 → 100644
View
manifest.json 0 → 100644
View
package-lock.json 0 → 100644
View
package.json 0 → 100644
View
src/api.js 0 → 100644
View
src/background.js 0 → 100644
View
src/content.css 0 → 100644
View
src/content.js 0 → 100644
View
src/popup/popup.css 0 → 100644
View
src/popup/popup.html 0 → 100644
View
src/popup/popup.js 0 → 100644