{
  "name": "计划助手",
  "short_name": "计划助手",
  "description": "每日待办事项、目标管理",
  "id": "day-todo-pwa-v47",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#FFF8F0",
  "theme_color": "#E8703A",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "今日事项",
      "url": "/index.html?view=today"
    },
    {
      "name": "快速添加",
      "url": "/index.html?action=add"
    }
  ]
}
