docs: professional README, branding & screenshots; migrate build to @crxjs - #10
Merged
Merged
Conversation
…ld to @crxjs Documentation & branding (primary): - README.md: hero banner, badges, features, synthetic-data screenshots, Mermaid architecture diagram, privacy/permissions table, Releases-first install (prebuilt zip) + build-from-source, development/architecture notes - Branding in drogers0 house style: .github/assets/banner.svg + icon.svg - Extension icon set (icons/16,32,48,128) wired into manifest.json - Synthetic-data screenshots (card, popup, options) in .github/screenshots - LICENSE (MIT) Build migration: - Switch bundling to @crxjs/vite-plugin (single vite.config.ts) - Rename content entries to *.iife.ts; manifest references source files - Remove per-target vite configs and legacy northstar.md Verified: typecheck, lint, 416 tests, and full build all pass.
drogers0
added a commit
that referenced
this pull request
Jul 1, 2026
…crxjs (#10) * docs: add professional README, branding, and screenshots; migrate build to @crxjs Documentation & branding (primary): - README.md: hero banner, badges, features, synthetic-data screenshots, Mermaid architecture diagram, privacy/permissions table, Releases-first install (prebuilt zip) + build-from-source, development/architecture notes - Branding in drogers0 house style: .github/assets/banner.svg + icon.svg - Extension icon set (icons/16,32,48,128) wired into manifest.json - Synthetic-data screenshots (card, popup, options) in .github/screenshots - LICENSE (MIT) Build migration: - Switch bundling to @crxjs/vite-plugin (single vite.config.ts) - Rename content entries to *.iife.ts; manifest references source files - Remove per-target vite configs and legacy northstar.md Verified: typecheck, lint, 416 tests, and full build all pass. * docs: call out Chrome extension near the top; drop em dashes in intro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a professional-grade README and supporting branding/assets, and folds in the in-progress build migration to
@crxjs/vite-plugin.Documentation & branding
drogers0house style (navy panel, coral accent, ligature-mono):.github/assets/banner.svg+icon.svg.icons/16,32,48,128) wired intomanifest.json(icons+action.default_icon)..github/screenshots/).Build migration
@crxjs/vite-plugin(singlevite.config.ts); content entries renamed to*.iife.ts; manifest references source files.northstar.md.Verification
npm run typecheck✅npm run lint✅npm run test✅ (416 tests)npm run build✅ (producesdist/with icons)Screenshots were captured by driving the real UI modules with synthetic fixtures in headless Chrome — no live Fidelity session was used.