{
  "name": "Currents — Personal Finance Tools",
  "short_name": "Currents",
  "description": "Free, private budget calculator, compound interest, loan calculator, debt payoff, and net worth tracker.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf8f4",
  "theme_color": "#0E6E56",
  "orientation": "any",
  "categories": ["finance", "utilities"],
  "icons": [
    {"src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable"},
    {"src": "/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable"}
  ],
  "shortcuts": [
    {"name": "Budget Calculator", "url": "/budget-calculator.html", "description": "Sankey flow charts and what-if analysis"},
    {"name": "Compound Interest", "url": "/compound-interest-calculator.html", "description": "Growth projections"},
    {"name": "Loan Calculator", "url": "/loan-calculator.html", "description": "Payments and amortization"},
    {"name": "Debt Payoff", "url": "/debt-payoff-calculator.html", "description": "Avalanche vs snowball"}
  ]
}
