Sys-Arc-Visl/public/manifest.json
SysVis AI 5c4b83203c feat: add mobile-first UX improvements and theme-aware exports
- Mobile hamburger header with slide-in menu
- Mobile bottom action bar for canvas controls
- Full-screen settings modal on mobile
- Mobile empty state with Get Started prompt
- Theme-aware PNG/JPG/SVG exports (respects light/dark mode)
- Added file-saver package for reliable cross-browser downloads
- Updated README with new features and Docker Hub instructions
2025-12-29 09:59:25 +07:00

25 lines
No EOL
665 B
JSON

{
"name": "SysVis.AI - System Design Visualizer",
"short_name": "SysVis.AI",
"description": "AI-Powered System Design Visualizer - Transform ideas into beautiful, interactive flowcharts",
"start_url": "/",
"display": "standalone",
"background_color": "#0B1221",
"theme_color": "#0B1221",
"orientation": "any",
"icons": [
{
"src": "/vite.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
],
"categories": [
"productivity",
"developer tools",
"design"
],
"scope": "/",
"lang": "en"
}