{
  "name": "Hệ Thống Kế Toán & Xếp Lịch",
  "short_name": "Kế Toán",
  "description": "Quản lý hóa đơn, xếp lịch và bảng lương nội bộ. Audit log đầy đủ.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#1f4e78",
  "lang": "vi",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Xếp Lịch",
      "short_name": "Lịch",
      "description": "Mở thẳng tab xếp lịch",
      "url": "/?tab=schedule",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hóa Đơn",
      "short_name": "Hóa Đơn",
      "url": "/?tab=invoices",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
