Re: [w3c/webpayments-payment-apps-api] The relationship between payment apps and service workers (#33)

If @adrianhopebailie and others feel strongly in favor of separation of payment app manifest and payment method manifest, then I can be convinced as well :-). After all, the payment method manifest is extremely simple:

```json
{
  "externally_supported_apps": ["https://alicepay.xyz", "https://charliepay.xyz"],
}
```

-- 
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-payment-apps-api/issues/33#issuecomment-245432210

Received on Wednesday, 7 September 2016 21:56:55 UTC