mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-08 22:28:48 +03:00
37 lines
881 B
JSON
37 lines
881 B
JSON
{
|
|
"name": "Claude Code",
|
|
"short_name": "Claude",
|
|
"description": "Claude Code — AI-powered development assistant",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#09090f",
|
|
"theme_color": "#09090f",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/",
|
|
"lang": "en",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["productivity", "developer tools"],
|
|
"shortcuts": [
|
|
{
|
|
"name": "New Conversation",
|
|
"short_name": "New Chat",
|
|
"description": "Start a new conversation",
|
|
"url": "/?new=1",
|
|
"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
|
|
}
|
|
]
|
|
}
|