forked from hoangsonww/Claude-Code-Agent-Monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
28 lines (28 loc) · 679 Bytes
/
Copy pathmanifest.json
File metadata and controls
28 lines (28 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "claude-code-agent-monitor-landing",
"name": "Claude Code Agent Monitor",
"short_name": "CC Monitor",
"description": "Local-first monitoring dashboard for Claude Code sessions.",
"author": "Son Nguyen",
"start_url": ".",
"scope": ".",
"display": "standalone",
"theme_color": "#6366f1",
"background_color": "#07070b",
"orientation": "any",
"categories": ["developer-tools", "productivity"],
"icons": [
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}