{
  "name": "Bonghoey (បង់ហើយ)",
  "short_name": "Bonghoey",
  "description": "Zero-knowledge receipt verification and personal finance ledger for Cambodia.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#00D1FF",
  "icons": [
    {
      "src": "https://cdn.bonghoey.io/bh-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.bonghoey.io/bh-logo-mask-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "receipt_image",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  }
}
