{
  "name": "薪資語音 · 講一句就好",
  "short_name": "薪資語音",
  "description": "台灣薪資出勤系統，全語音操作。員工、主管、HR、老闆對著手機講話就能完成日常任務。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#3949AB",
  "theme_color": "#3949AB",
  "lang": "zh-Hant-TW",
  "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.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "打卡上班", "url": "./index.html?cmd=clock_in" },
    { "name": "我的班表", "url": "./index.html?cmd=my_schedule" },
    { "name": "我的薪資", "url": "./index.html?cmd=my_salary" }
  ]
}
