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

> Is it a bad idea?

I think it's a very bad idea. They are different things so trying to combine them is a bad idea. The app manifest will be fetched when the app is registered whereas the payment method manifest might be fetched during a checkout or during app registration. 

Note that during app registration fetching and processing manifests is a background process that is not blocking user interactions so the number of round-trips is immaterial.

> If we prefer to re-use appmanifest, then let's put externally_supported_apps in there at the extension point.

We can't do that because this is an app manifest (not a payment method manifest).

> Is it possible to add an extension point there in the appmanifest spec?

We should raise that with the app manifest editors

-- 
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-245411265

Received on Wednesday, 7 September 2016 20:41:09 UTC