{
  "name": "BudgetRunner",
  "short_name": "BudgetRunner",
  "description": "Municipal budgeting, reconciliation, and governance analytics platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "any",
  "lang": "en-US",
  "categories": ["finance", "government", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Budget overview dashboard"
    },
    {
      "name": "BARs",
      "url": "/bars",
      "description": "Budget Adjustment Requests"
    }
  ]
}
