{
  "name": "PDF → Excel · Kế toán",
  "short_name": "PDF→Excel",
  "description": "Chuyển PDF kế toán Việt Nam sang Excel — Sổ cái, Báo cáo tài chính, Công nợ, Kho, Lương. Hỗ trợ scan camera.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f6f7fb",
  "theme_color": "#2563eb",
  "lang": "vi",
  "dir": "ltr",
  "categories": ["productivity", "business", "finance"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan chứng từ",
      "short_name": "Scan",
      "description": "Chụp ảnh chứng từ rồi chuyển sang Excel",
      "url": "./index.html?action=scan",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mở file PDF",
      "short_name": "Mở PDF",
      "description": "Chọn file PDF đã có sẵn để chuyển sang Excel",
      "url": "./index.html?action=open",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
