{
  "name": "CashFlow — Smart Money Predictor",
  "short_name": "CashFlow",
  "description": "Know exactly how much money will be left in each account after all upcoming deductions. Personal cash flow prediction app.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0F0F1A",
  "theme_color": "#0F0F1A",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
