{
  "name": "BRILS Project Management",
  "short_name": "BRILS PM",
  "description": "BRILS 프로젝트 관리 시스템",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0078c5",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "대시보드",
      "short_name": "대시보드",
      "url": "/",
      "description": "대시보드로 이동"
    },
    {
      "name": "캘린더",
      "short_name": "캘린더",
      "url": "/calendar",
      "description": "일정 캘린더"
    },
    {
      "name": "일일 보고",
      "short_name": "일일보고",
      "url": "/daily-reports",
      "description": "오늘의 일일 보고서"
    }
  ]
}
