{
  "name": "AutoLedgr",
  "short_name": "AutoLedgr",
  "description": "Double-entry bookkeeping for communities",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fbeddb",
  "theme_color": "#fbeddb",
  "lang": "en",
  "icons": [
    { "src": "/icons/pwa-64x64.png", "sizes": "64x64", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "receipts", "accept": ["image/*", "application/pdf"] }
      ]
    }
  }
}
