Re: [w3c/webpayments-payment-apps-api] Proposed changes for #95 (and #96) (#104)

@adamroach: In the screenshot above, have you given any thought to where the "Bank of America" string and the red Bank of America icon should come from? I'm interested starting to implement some of these things, or at least write some example code, but I have a hard time nailing down where "App" level information should exist, and even [what a "Payment App" really is](https://github.com/w3c/webpayments-payment-apps-api/issues/105).

Maybe we should specify "App" level information from the Service Worker too? Maybe something like:

```javascript
interface PaymentAppManager {
    attribute PaymentAppDetails app;
    attribute PaymentAppOptions options;
    attribute PaymentWallets wallets;
};

dictionary PaymentAppDetails {
    DOMString appKey;
    required DOMString name;
    sequence<ImageObject> icons;
};
```

-- 
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/pull/104#issuecomment-281672761

Received on Wednesday, 22 February 2017 13:45:11 UTC