- Optimize dashboard Vite output for mobile and include vite/client types in app typecheck - Add PWA support with manifest, service worker, icons, and client registration hooks - Add a mobile workspace package with Capacitor config and live-reload scripts for local development - Add a dedicated GitHub Actions mobile pipeline and update mobile workflow documentation - Add dashboard tests for build output, mobile scripts, and PWA asset coverage
22 lines
423 B
JSON
22 lines
423 B
JSON
{
|
|
"name": "Fusion",
|
|
"short_name": "Fusion",
|
|
"description": "AI-orchestrated task board",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#1a1a2e",
|
|
"background_color": "#1a1a2e",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|