{
  "name": "DocFlow — Invoices, Quotations, Receipts & Vouchers",
  "short_name": "DocFlow",
  "description": "Create, sign, share and manage business documents.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F9F9F8",
  "theme_color": "#1A1A1A",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New Invoice", "url": "/documents/new?type=invoice" },
    { "name": "New Quotation", "url": "/documents/new?type=quotation" },
    { "name": "New Receipt", "url": "/documents/new?type=receipt" },
    { "name": "New Payment Voucher", "url": "/documents/new?type=voucher" }
  ]
}
