- Move core agent engine to packages/core/ - Add packages/types/ for shared TypeScript types - Add packages/utils/ for utility functions - Add apps/cli/ for command-line interface - Add apps/gateway/ for NestJS WebSocket gateway - Add apps/server/ for REST API server - Restructure desktop app (electron/ → src/main/, src/preload/) - Update pnpm workspace configuration - Remove legacy src/ directory Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
427 B
JSON
19 lines
427 B
JSON
{
|
|
"name": "Multica Client",
|
|
"short_name": "Multica",
|
|
"description": "Mobile client for Multica Gateway",
|
|
"start_url": "/client/",
|
|
"scope": "/client/",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"theme_color": "#0f172a",
|
|
"background_color": "#0f172a",
|
|
"icons": [
|
|
{
|
|
"src": "/client/icon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|