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

andreasbovens commented on this pull request.



> +          </p>
+          <pre class="">
+{
+  "icons": [
+    {
+      "foreground": "icon/fg.png",
+      "background": "icon/bg.png",
+      "src": "icon/fallback.png",
+      "sizes": "432x432",
+      "type": "image/png"
+    }
+  ]
+}
+          </pre>
+          <p>
+            Below the developer uses one common SVG image as background image for the

Comma needed after "Below".

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

Received on Wednesday, 7 June 2017 13:26:44 UTC