Re: [w3c/manifest] [Index | Example manifests] Adds simple example (#557)

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