{
  "name": "工作备忘提醒",
  "short_name": "备忘提醒",
  "description": "私人使用的跨设备备忘和提醒应用",
  "lang": "zh-CN",
  "start_url": "./?v=5",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f6f7f9",
  "theme_color": "#146c63",
  "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"
    }
  ]
}
