{
  "name": "TimeKeeper Pro - 勤怠管理",
  "short_name": "TimeKeeper",
  "description": "小規模チーム向けの勤怠管理 / 週次目標 / シフト管理システム",
  "start_url": "./attendance-system.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0066cc",
  "theme_color": "#0066cc",
  "lang": "ja",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "タイムカード",
      "short_name": "打刻",
      "description": "出勤/退勤を打刻",
      "url": "./attendance-system.html#clock",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "勤怠記録",
      "short_name": "記録",
      "url": "./attendance-system.html#mytimecard",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
