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

kenchris commented on this pull request.



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

That will break some cases though, like if you want to have one entry for a "any" scalable background only - in that case you don't want to require src

-- 
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#discussion_r155363810

Received on Wednesday, 6 December 2017 21:18:44 UTC