{
  "name": "每日提醒",
  "short_name": "每日提醒",
  "description": "简洁的每日事项清单：日 / 周 / 月三视图，提前提醒，本地优先，可云同步",
  "start_url": "./daily-reminder.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f5f2",
  "theme_color": "#f5f6f8",
  "lang": "zh-CN",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "快速添加事项",
      "url": "./daily-reminder.html#new",
      "description": "直接打开新建表单"
    }
  ]
}