{
  "name": "Saava Savings — Personal finance, but cinematic",
  "short_name": "Saava",
  "description": "A 3D, dark-mode personal finance tracker. Income, expenses, HST/GST, invoices, 3-month planning.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0E14",
  "theme_color": "#0A0E14",
  "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": "Log a payment",
      "short_name": "Pay",
      "description": "Open the Pay tab to log a payment against a debt",
      "url": "/?action=pay",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick charge",
      "short_name": "Charge",
      "description": "Add a charge to an existing debt",
      "url": "/?action=charge",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View history",
      "short_name": "History",
      "description": "Open payment history",
      "url": "/?action=history",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "3-Month forecast",
      "short_name": "Forecast",
      "description": "Open the 6-month cash-flow forecast and 3-month plan",
      "url": "/?action=forecast",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
