{
  "name": "Debt Tracker",
  "short_name": "DebtClear",
  "description": "Know your debt. Track every payment. See your freedom date.",
  "start_url": "./index.html",
  "display": "standalone",
  "theme_color": "#007aff",
  "background_color": "#f5f5f7",
  "orientation": "portrait",
  "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"
    }
  ]
}
