chromium/components/test/data/payments/harry.example.test/app.json

{
  "name": "Pay with Harry.Example",
  "short_name": "Harry.Example",
  "icons": [{
    "src": "icon.png",
    "sizes": "48x48",
    "type": "image/png"
  }],
  "serviceworker": {
    "src": "app.js",
    "use_cache": false,
    "scope": "/webpay"
  }
}