{
  "name": "MSC QRPay",
  "short_name": "MSC QRPay",
  "description": "Secure QR code payment system with multi-currency support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/msc-logo-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/msc-logo-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Money",
      "short_name": "Send",
      "description": "Send money to another user",
      "url": "/?action=send",
      "icons": [{ "src": "/msc-logo-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Receive Payment",
      "short_name": "Receive",
      "description": "Generate a QR code to receive payment",
      "url": "/?action=receive",
      "icons": [{ "src": "/msc-logo-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Scan a QR code to make a payment",
      "url": "/?action=scan",
      "icons": [{ "src": "/msc-logo-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "orientation": "portrait",
  "categories": ["finance", "payments", "productivity"],
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "scope": "/",
  "display_override": ["standalone", "window-controls-overlay"]
}