{
  "id": "./",
  "name": "BudgetPal",
  "short_name": "BudgetPal",
  "description": "A reassuring, motivating, and human personal budgeting space.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#FAF9F6",
  "theme_color": "#5A8C7A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./budgetpal-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./budgetpal-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}