{
  "name": "Life OS - 人生任务管理系统",
  "short_name": "Life OS",
  "description": "基于艾森豪威尔矩阵的移动端任务管理PWA应用",
  "version": "1.0.0",
  "theme_color": "#8B5CF6",
  "background_color": "#8B5CF6",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "zh-CN",
  "dir": "ltr",
  "prefer_related_applications": false
}