{
  "name": "PewPay",
  "short_name": "PewPay",
  "description": "Sacred giving, simplified. Give to your church from anywhere, instantly.",
  "start_url": "/pewpay-donor-pwa.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4A1219",
  "theme_color": "#4A1219",
  "scope": "/",
  "lang": "en-US",
  "categories": ["finance", "lifestyle"],
  "icons": [
    {
      "src": "pewpay-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "pewpay-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "pewpay-screenshot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PewPay home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Give Now",
      "short_name": "Give",
      "description": "Make a donation to your church",
      "url": "/pewpay-donor-pwa.html?action=give",
      "icons": [{ "src": "pewpay-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Giving History",
      "short_name": "History",
      "description": "View your donation history",
      "url": "/pewpay-donor-pwa.html?action=history",
      "icons": [{ "src": "pewpay-icon-192.png", "sizes": "192x192" }]
    }
  ]
}