{
  "name": "BillFlow — billing and receivables",
  "short_name": "BillFlow",
  "description": "Contract-driven billing and receivables. Who owes what, against which bill.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f4f6fa",
  "theme_color": "#16202e",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "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/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Receivables", "short_name": "Owed", "url": "/#/receivables", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Invoices", "short_name": "Bills", "url": "/#/invoices", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Receipts", "short_name": "Receipts", "url": "/#/receipts", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
