{
  "name": "BringTheBudget",
  "short_name": "BringTheBudget",
  "description": "BringTheBudget turns bank, credit-card, loan, and debt statements into accounts, transactions, budgets, and payoff plans without manual data entry.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "auto",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "finance",
    "productivity"
  ]
}