
{
  "id": "/",
  "name": "Contractor Financial Suite",
  "short_name": "CFS",
  "description": "Install the Contractor Financial Suite to manage withdrawals, budgets, reporting, and approvals with an app-like experience.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#0F172A",
  "theme_color": "#1E5FA5",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/static/pwa-icon.549580b90a7f.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/pwa-icon.549580b90a7f.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/pwa-icon-maskable.b7d8a1b96e50.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "description": "Open the finance dashboard."
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "url": "/reports/",
      "description": "Review financial and withdrawal reports."
    },
    {
      "name": "Add Withdrawal",
      "short_name": "New Withdrawal",
      "url": "/withdrawal/add/",
      "description": "Capture a new withdrawal quickly."
    }
  ]
}