{
  "name": "画师工作台",
  "short_name": "画师工作台",
  "description": "专为画师打造的排单管理工具，日历排期、节点待办、工时收入复盘、画集展示、每日打卡",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAF8F5",
  "theme_color": "#B8A0F0",
  "lang": "zh-CN",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "排单日历",
      "short_name": "排单",
      "description": "查看月视图排单日历",
      "url": "./index.html#calendar",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "待办",
      "short_name": "待办",
      "description": "查看分步待办节点",
      "url": "./index.html#todo",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "打卡",
      "short_name": "打卡",
      "description": "今日绘画打卡",
      "url": "./index.html#checkin",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
