{
  "name": "Workday List · 每日工作待办",
  "short_name": "Workday List",
  "description": "黑白极简的单人每日工作任务安排工具，支持本地存储、重复任务、离线使用和系统提醒。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f7f7f4",
  "theme_color": "#0b0b0b",
  "orientation": "any",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "icons/workday-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "新建工作任务",
      "short_name": "新任务",
      "description": "打开 Workday List 添加今天的工作任务。",
      "url": "./index.html?action=new-task",
      "icons": [
        {
          "src": "icons/workday-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
