{
  "name": "Quản lý đời sống cá nhân",
  "short_name": "Đời sống",
  "description": "Thu chi, công việc, thời gian — riêng tư trên máy bạn, hoạt động offline",
  "start_url": "./00-Home.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1419",
  "theme_color": "#0f1419",
  "lang": "vi",
  "categories": ["productivity", "finance", "lifestyle"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Thu Chi",
      "short_name": "Thu Chi",
      "description": "Mở sổ tài chính cá nhân",
      "url": "./01-Dashboard-Thu-Chi.html",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Công Việc",
      "short_name": "Công Việc",
      "description": "Mở quản lý công việc",
      "url": "./02-Dashboard-Cong-Viec.html",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Thời Gian",
      "short_name": "Thời Gian",
      "description": "Mở pomodoro & lịch ngày",
      "url": "./03-Dashboard-Thoi-Gian.html",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    }
  ]
}
