summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/payment-handler/change-payment-method-manual-manifest.json
blob: 7a4f5d6f7e20d8abf03a4add842d1dad603c87a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "default_applications": ["change-payment-method-manual-manifest.json"],
  "name": "Test Payment Handler",
  "icons": [
    {
      "src": "/images/rgrg-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],
  "serviceworker": {
    "src": "app-change-payment-method.js",
    "scope": "change-payment-method-manual-payment-app/"
  }
}