{
  "name": "Cashcast",
  "short_name": "Cashcast",
  "description": "Cash flow forecasting for freelancers. See your bank balance up to 365 days ahead and know what's safe to spend.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#14b8a6",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-calendar.png",
      "sizes": "1600x900",
      "type": "image/png",
      "label": "Cashcast - Cash flow calendar with balance forecast"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your cash flow forecast"
    },
    {
      "name": "Add Bill",
      "url": "/dashboard/bills/new",
      "description": "Add a new bill or expense"
    }
  ]
}

