{
  "name": "Big Mountain G&C Admin Dashboard",
  "short_name": "BMG&C Admin",
  "description": "Big Mountain G&C integrated management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Check In Now",
      "short_name": "Check In",
      "description": "현재 사이트에 체크인합니다",
      "url": "/clock",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "any",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "Active Check In",
      "short_name": "Active",
      "description": "진행 중인 체크인 보기 / 체크아웃",
      "url": "/clock/active",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "any",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "Clock History",
      "short_name": "History",
      "description": "본인 체크인/아웃 이력",
      "url": "/clock/history",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "any",
          "type": "image/x-icon"
        }
      ]
    }
  ]
}
