{
  "name": "智能出勤與人事管理系統",
  "short_name": "HRMS",
  "description": "整合出勤、薪資、績效、排班於一體的SaaS人事管理平台",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "scope": "/",
  "categories": ["business", "productivity"],
  "lang": "zh-TW",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "打卡",
      "short_name": "打卡",
      "url": "/attendance",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "請假",
      "short_name": "請假",
      "url": "/leave",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
