{
  "name": "taxoffset.ai",
  "short_name": "taxoffset",
  "description": "Bookkeeping that reconciles every statement it reads.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Upload a statement", "url": "/documents", "description": "Import a bank statement" },
    { "name": "Review transactions", "url": "/transactions", "description": "Categorise what needs attention" }
  ]
}
