{
  "name": "온앤미 커맨드센터",
  "short_name": "온앤미 CMD",
  "id": "/?source=pwa",
  "description": "온앤미의 업무, AI, 차량 운영을 한곳에서 관리하는 통합 커맨드센터",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "background_color": "#F4F6FA",
  "theme_color": "#5B5CE2",
  "prefer_related_applications": false,
  "icons": [
    {"src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
    {"src": "/static/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "shortcuts": [
    {"name": "홈", "short_name": "홈", "url": "/?tab=agent-main", "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]},
    {"name": "테슬라", "short_name": "테슬라", "url": "/?tab=tesla", "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]},
    {"name": "명령 센터", "short_name": "명령", "url": "/?tab=cc-command", "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]}
  ]
}
