Re: [w3c/manifest] Editorial: add note on file extension (#802)

marcoscaceres commented on this pull request.



> @@ -257,6 +257,15 @@ <h3>
           &lt;link rel="icon" sizes="16x16 32x32 48x48" href="lo_def.ico"&gt;
           &lt;link rel="icon" sizes="512x512" href="hi_def.png"&gt;
         </pre>
+        <div class="note" title="manifest.webmanifest or manifest.json?">
+          The official file extension for the manifest is
+          <code>.webmanifest</code>. Some web servers recognize this extension
+          and transfer the file using the official <a>media type for a
+          manifest</a> (<code>application/manifest+json</code>). Developers can

```suggestion
          manifest</a> (`application/manifest+json`). Developers can
```

-- 
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/802#pullrequestreview-292181951

Received on Tuesday, 24 September 2019 05:29:01 UTC