{
  "name": "Penuel Foundation — Receipts",
  "short_name": "Penuel",
  "description": "Donation receipt and billing system for Penuel Foundation Trust",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdf9f6",
  "theme_color": "#8B1A1A",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Receipt",
      "short_name": "New",
      "url": "/?tab=create",
      "description": "Create a new donation receipt"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/?tab=dashboard",
      "description": "View receipts and analytics"
    }
  ]
}
