- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 16 Mar 2017 18:09:52 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 March 2017 01:11:15 UTC
marcoscaceres requested changes on this pull request. > </h3> <p> - The following shows a typical <a>manifest</a>. + The following shows a very simple <a>manifest</a>. + </p> + <pre class="example json" title="very simple manifest"> +{ + "name": "Donate App", + "description": "This app helps you donate to worthy causes.", + "icons": [{ + "src": "images/icon.png", + "sizes": "192x192" + }] +} +</pre> <p> nit: please run over HTML5 tidy on the doc :) Also, you can align the example code with the pre tag if you wish. I think the highlighter takes care of alignment for you. -- 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/557#pullrequestreview-27495480
Received on Friday, 17 March 2017 01:11:15 UTC