{
  "name": "PopPay",
  "short_name": "PopPay",
  "description": "Auto-match payments to invoices. Built for SA tradesmen.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a14",
  "theme_color": "#007A4D",
  "orientation": "portrait-primary",
  "lang": "en-ZA",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/pp-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload PoP",
      "short_name": "Upload",
      "description": "Upload a proof of payment",
      "url": "/proofs",
      "icons": [{ "src": "/brand/pp-icon.svg", "sizes": "any" }]
    },
    {
      "name": "Create Invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/invoices",
      "icons": [{ "src": "/brand/pp-icon.svg", "sizes": "any" }]
    }
  ]
}
