{
  "name": "Onwardly — Job Loss Financial Planner",
  "short_name": "Onwardly",
  "description": "Free job loss financial planner. Know your exact runway in weeks. Get a personalised week-by-week action plan. No account, no email, completely free.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#f5f0e8",
  "theme_color": "#1a3a2a",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Onwardly dashboard showing financial runway and weekly actions"
    }
  ],
  "shortcuts": [
    {
      "name": "Build my plan",
      "short_name": "New Plan",
      "description": "Start a new financial plan",
      "url": "/intake",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ],
  "prefer_related_applications": false
}
