15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"default_applications": ["payment-request-event-manual-manifest.json"],
|
|
"name": "Test Payment Handler",
|
|
"icons": [
|
|
{
|
|
"src": "/images/rgrg-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"serviceworker": {
|
|
"src": "app-simple.js",
|
|
"scope": "payment-request-event-manual-payment-app/"
|
|
}
|
|
}
|