{
  "name": "PewPay Dashboard",
  "short_name": "PewPay Dashboard",
  "description": "Manage your church's giving, donors, and transactions on PewPay.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4A1219",
  "theme_color": "#4A1219",
  "scope": "/dashboard",
  "lang": "en-US",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "pewpay-church-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "pewpay-church-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}