{
  "name": "Accountrix · Accounting suite",
  "short_name": "Accountrix",
  "description": "Personal finance & accountant-grade books — with offline access.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0369a1",
  "background_color": "#ffffff",
  "categories": ["business", "finance", "productivity"],
  "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" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/dashboard", "description": "Open the main dashboard" },
    { "name": "New invoice", "url": "/receivables?tab=invoices&new=1", "description": "Create an invoice" },
    { "name": "Transactions", "url": "/transactions", "description": "Recent transactions" }
  ]
}
