Files
binect-chrome/public/icons/icon.svg
tegwick b09290cb83 Release 0.1: Complete BinectChrome implementation
Implements all requirements from ProductRequirementsDocument.md:
- PDF detection via Chrome Downloads API
- Secure credential storage with AES-GCM encryption
- Binect API integration for PDF uploads
- Popup UI with Binect branding
- Local transfer tracking (500 entry cap)
- Help page with tracking view and CSV export
- 60-day credential retention with auto-expiry
- Accessibility compliance (WCAG 2.1 AA)

Technical implementation:
- Chrome Extension Manifest V3
- TypeScript with strict mode
- Webpack build system
- Jest test suite (22/22 passing)
- ESLint configured (0 errors)

Build output: 13 KB total (production minified)
Test coverage: crypto, pdf-detector, tracker, binect-api

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-13 00:30:39 +01:00

7 lines
418 B
XML

<svg width="128" height="128" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<rect width="128" height="128" fill="#4A90E2" rx="16"/>
<path d="M40 30 h48 v68 h-48 z" fill="white" opacity="0.9"/>
<path d="M50 45 h28 M50 55 h28 M50 65 h20" stroke="white" stroke-width="3" stroke-linecap="round"/>
<path d="M64 85 l15 15 M79 85 l-15 15" stroke="#4CAF50" stroke-width="4" stroke-linecap="round"/>
</svg>