-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
20 lines (20 loc) · 855 Bytes
/
Copy pathmanifest.json
File metadata and controls
20 lines (20 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "Terminal",
"short_name": "Terminal",
"description": "Cockpit for an always-on cloud machine — drop into Claude Code + a shell from anywhere.",
"id": "/",
"start_url": ".",
"scope": ".",
"display": "standalone",
"display_override": ["standalone", "minimal-ui"],
"orientation": "any",
"theme_color": "#1e1e2e",
"background_color": "#181825",
"categories": ["productivity", "developer", "utilities"],
"icons": [
{ "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
{ "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}