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

RobDolinMS commented 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>

Thanks.  I've submitted a quick commit fixing this via GitHub's web-based editor.  

If that looks good, please merge.

If not, pleas push-back and I can do the full HTML5 tidy process when I get to my desk at work.

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

Received on Friday, 17 March 2017 12:58:52 UTC