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

kenchris 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="typical manifest">
+{
+  "name": "Donate App",
+  "description": "This app helps you donate to worthy causes.",
+  "icons": [{
+    "src": "icon/lowres.png",
+    "sizes": "64x64"

Probably should use a bigger icon, like 144x144

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

Received on Tuesday, 14 March 2017 18:04:32 UTC