{
  "name": "个人工作台 · 博主指挥中枢",
  "short_name": "工作台",
  "description": "项目进度实时看板 + 内容排期 + 灵感库，手机电脑数据互通",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fff6ee",
  "theme_color": "#ff5da2",
  "lang": "zh-CN",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "内容排期",
      "short_name": "排期",
      "url": "./index.html#kanban"
    },
    {
      "name": "灵感库",
      "short_name": "灵感",
      "url": "./index.html#notes"
    }
  ]
}
