{
  "name": "공장 통합 관리 시스템",
  "short_name": "공장관리",
  "description": "사출 / 도장 / 조립 공정 관리 + RFID 트래킹 + 실시간 모니터링",
  "start_url": "/admin/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#1d4ed8",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "대시보드", "url": "/admin/dashboard", "description": "메인 대시보드" },
    { "name": "사출 작업지시", "url": "/injection/orders", "description": "사출 작업 관리" },
    { "name": "도장 작업지시", "url": "/painting/orders", "description": "도장 작업 관리" },
    { "name": "조립 작업지시", "url": "/assembly/orders", "description": "조립 작업 관리" }
  ],
  "icons": [
    { "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ]
}
