Skip to content

Commit 3aef4c2

Browse files
committed
chore: add changeset for chrome extension restructure
Documents the major architectural changes and breaking changes in the chrome extension for proper version management.
1 parent 74850c7 commit 3aef4c2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"@mcp-pointer/chrome-extension": minor
3+
---
4+
5+
Major chrome extension architecture overhaul with improved service-based structure
6+
7+
- Remove bridge.js system for direct Chrome API access in isolated world
8+
- Eliminate URL filtering complexity
9+
- Split functionality into focused services
10+
- Consolidate utilities and improve overlay management
11+
- Add proper enable/disable functionality
12+
13+
This is a breaking change that significantly improves maintainability.

0 commit comments

Comments
 (0)