{
  "name": "Naija Bank Receipt Generator",
  "short_name": "ReceiptGen",
  "description": "Generate pixel-perfect Paga, Access Bank, and Moniepoint transaction receipts with custom details and HD export.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F3F5F8",
  "theme_color": "#0F172A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
