diff --git a/index.html b/index.html index 50c3deb6..4637745e 100644 --- a/index.html +++ b/index.html @@ -126,10 +126,23 @@

- Example manifest + Example manifests

- The following shows a typical manifest. + The following shows a very simple manifest. +

+
+        {
+          "name": "Donate App",
+          "description": "This app helps you donate to worthy causes.",
+          "icons": [{
+            "src": "images/icon.png",
+            "sizes": "192x192"
+          }]
+        }
+        
+

+ The following shows a more typical manifest.

 {