{
  "name": "SoftStart Money",
  "short_name": "SoftStart Money",
  "description": "A simple, shame-free money tool. Budget, plan, and pay off debt \u2014 one step at a time.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#1A1A18",
  "theme_color": "#1A1A18",
  "orientation": "portrait-primary",
  "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"
    }
  ]
}