{
  "name": "Quản Lý Tài Chính Cá Nhân",
  "short_name": "Tài Chính",
  "description": "Ứng dụng quản lý thu chi, phân tích chi tiêu cá nhân",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f1f5f9",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "lang": "vi",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Thêm chi tiêu",
      "short_name": "Chi tiêu",
      "url": "./index.html?action=add-chi",
      "description": "Thêm giao dịch chi tiêu nhanh"
    },
    {
      "name": "Thêm thu nhập",
      "short_name": "Thu nhập",
      "url": "./index.html?action=add-thu",
      "description": "Thêm giao dịch thu nhập nhanh"
    }
  ]
}
