{
  "name": "MoneyJar — Quản lý chi tiêu 6 lọ",
  "short_name": "MoneyJar",
  "description": "Quản lý chi tiêu cá nhân theo phương pháp 6 chiếc lọ, quét hoá đơn bằng OCR tiếng Việt và theo dõi mục tiêu tài chính.",
  "lang": "vi",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F2FF",
  "theme_color": "#8B5CF6",
  "categories": ["finance", "productivity"],
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Quét hoá đơn", "short_name": "Quét bill", "url": "./index.html?action=scan", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Ghi tiền ra", "short_name": "Tiền ra", "url": "./index.html?action=expense", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
