@shawnowen/comet-mcp 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,22 @@
1
+ {
2
+ "manifest_version": 3,
3
+ "name": "Equa Comet Agents",
4
+ "version": "1.4.0",
5
+ "description": "Bridges chrome.tabGroups API for comet-mcp CDP control with session management sidebar",
6
+ "permissions": [
7
+ "tabGroups",
8
+ "tabs",
9
+ "alarms",
10
+ "sidePanel",
11
+ "sessions",
12
+ "storage",
13
+ "contextMenus"
14
+ ],
15
+ "background": {
16
+ "service_worker": "background.js"
17
+ },
18
+ "side_panel": {
19
+ "default_path": "sidepanel.html"
20
+ },
21
+ "minimum_chrome_version": "114"
22
+ }