claude-code

This commit is contained in:
ashutoshpythoncs@gmail.com
2026-03-31 18:58:05 +05:30
parent a2a44a5841
commit b564857c0b
2148 changed files with 564518 additions and 2 deletions

0
web/public/.gitkeep Normal file
View File

36
web/public/manifest.json Normal file
View 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" }]
}
]
}