Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 880 Bytes

File metadata and controls

32 lines (22 loc) · 880 Bytes

Roadmap

Detailed product context lives in:

  • PRODUCT_CONTEXT.md

v0.1 - Foundation

  • Monorepo structure under extensions/
  • Cross-browser build output for Chrome and Firefox
  • First extension scaffold: dark-mode
  • Public repository setup and contributor docs

v0.2 - Dark Mode MVP

  • Domain-based preference model
  • Per-site enable/disable toggles
  • Popup quick toggle UX
  • Options domain management

v0.3 - DX and Quality

  • TypeScript migration for extension code
  • Shared utility package for multiple extensions
  • Automated tests for manifest and build outputs
  • Release packaging scripts per extension

Backlog

  • More extensions under extensions/*
  • High-utility simple extensions (reader mode, font scaler, quick hide)
  • Store publishing workflow templates