mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-08 22:28:48 +03:00
claude-code
This commit is contained in:
0
web/public/.gitkeep
Normal file
0
web/public/.gitkeep
Normal file
36
web/public/manifest.json
Normal file
36
web/public/manifest.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user