{
  "name": "In the Green",
  "short_name": "In the Green",
  "description": "Connect your bank, give every dollar a job, and see exactly where the money goes.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F8FBF9",
  "theme_color": "#0A6B4C",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Add a transaction",
      "url": "/transactions?new=1",
      "description": "Record an expense or income"
    },
    {
      "name": "Monthly Plan",
      "url": "/monthly-plan",
      "description": "Give every dollar a job this month"
    },
    {
      "name": "Bills",
      "url": "/bills",
      "description": "See what's due and what's paid"
    }
  ]
}
