{
  "name": "MyAccount บัญชีรายรับ-รายจ่าย",
  "short_name": "MyAccount",
  "description": "บันทึกรายรับ-รายจ่ายพร้อมสแกนสลิปด้วย AI",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f8f7f4",
  "theme_color": "#d97706",
  "orientation": "portrait-primary",
  "icons": [],
  "share_target": {
    "action": "./index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "slips", "accept": ["image/*"] }
      ]
    }
  }
}
