{
  "name": "Zillion Merchant",
  "short_name": "Zil Merchant",
  "description": "Zillion Merchant Portal \u2014 accept Zil payments, manage vault, cash out",
  "start_url": "https://zillion.ng/merchant/",
  "scope": "https://zillion.ng/merchant/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1A0E2E",
  "theme_color": "#8B5CF6",
  "lang": "en-NG",
  "categories": [
    "finance",
    "business"
  ],
  "icons": [
    {
      "src": "/merchant/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/merchant/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/merchant/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Accept Payment",
      "url": "https://zillion.ng/merchant/?action=receive",
      "description": "Scan customer QR to accept payment"
    },
    {
      "name": "My Vault",
      "url": "https://zillion.ng/merchant/?action=vault",
      "description": "View coin vault and balance"
    }
  ]
}