Re: [w3c/webpayments] Fingerprint and version metadata (in Web App Manifest spec) (#225)

Chatted with @mgiuca and @domenic off thread and we've agreed to circle back to one of Matt's original ideas but with a slight modification:

```js
"related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.bobpay",
      "fingerprints": [ 
        {"type": "sha256_cert", "value": "59:5C:88:65:FF:C4:E8:20:CF:F7:3E:C8..."}
      ],
      "min_version": "1",
      "id": "com.example.app1"
    }, {
      "platform": "itunes",
      "url": "https://itunes.apple.com/app/example-app1/id123456789"
    }
  ]
```

Note that we've replaced `format` with `type`. I think @mgiuca will fill in on more of the reasoning behind this. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webpayments/issues/225#issuecomment-291934323

Received on Wednesday, 5 April 2017 17:24:24 UTC