{
  "name": "ReceiptTidy",
  "short_name": "ReceiptTidy",
  "description": "Receipts sorted. Books ready.",
  "lang": "en",
  "dir": "ltr",
  "scope": "/app/",
  "start_url": "/app/upload",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#C86028",
  "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"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "share_target": {
    "action": "/api/share-receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": ["image/png", "image/jpeg", "image/heic"]
        },
        {
          "name": "pdf",
          "accept": ["application/pdf"]
        }
      ]
    }
  }
}
