{
  "name": "FlexiVault — Reimbursement Wallet",
  "short_name": "FlexiVault",
  "description": "Scan, organize and export reimbursement receipts in seconds.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#064E3B",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share-receipt",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "image", "accept": ["image/*"] }
      ]
    }
  },
  "shortcuts": [
    { "name": "Scan receipt", "short_name": "Scan", "url": "/capture", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Monthly expenses", "short_name": "Expenses", "url": "/expenses", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}