{
  "name": "BudgetR - Financial Operating System",
  "short_name": "BudgetR",
  "description": "The financial operating system for people whose money outgrew their app.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0B0C0F",
  "theme_color": "#0B0C0F",
  "orientation": "portrait",
  "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"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Dashboard overview"
    },
    {
      "src": "/screenshots/cashflow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Cash flow tracking"
    }
  ],
  "shortcuts": [
    {
      "name": "Log entry",
      "url": "/cash-flow/projection?quickAdd=transaction",
      "description": "Record a new financial entry"
    },
    {
      "name": "View trajectory",
      "url": "/dashboard",
      "description": "Review financial signals and projections"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
