Re: [w3c/manifest] feat: add support for adaptive icons (#563)

marcoscaceres requested changes on this pull request.



> @@ -2347,7 +2429,9 @@ <h2>
       </h2>
       <pre class="idl">
         dictionary ImageResource {
-          required USVString src;
+          USVString foreground;
+          USVString background;
+          USVString src;          

src must be required. 

-- 
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/manifest/pull/563#pullrequestreview-81667034

Received on Wednesday, 6 December 2017 21:06:49 UTC