- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 23 Sep 2019 22:29:42 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 September 2019 05:30:03 UTC
marcoscaceres commented on this pull request. > @@ -257,6 +257,15 @@ <h3> <link rel="icon" sizes="16x16 32x32 48x48" href="lo_def.ico"> <link rel="icon" sizes="512x512" href="hi_def.png"> </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 + also choose a different extension (e.g. <code>.json</code>) or none + at all (e.g. <code>/api/GetManifest</code>), but must make sure + that the manifest is transferred using the official media type. ```suggestion that the manifest is transferred using the `application/manifest+json` media type. ``` -- 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-292182276
Received on Tuesday, 24 September 2019 05:30:03 UTC