{
  "name": "ReimburseFlow",
  "short_name": "ReimburseFlow",
  "description": "Submit, approve and pay employee reimbursements.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1b3d",
  "theme_color": "#0f1b3d",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon" }
  ],
  "shortcuts": [
    { "name": "New expense", "url": "/expenses/new" },
    { "name": "Approvals", "url": "/approvals" }
  ]
}
