Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Marcos Cáceres <[email protected]>
  • Loading branch information
christianliebel and marcoscaceres authored Sep 24, 2019
1 parent 4a92453 commit 6246dd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,12 @@ <h3>
</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.
`.webmanifest`. Some web servers recognize this extension
and transfer the file using the standardized <a>media type for a
manifest</a> (`application/manifest+json`). Developers can
also choose a different extension (e.g. `.json`) or none
at all (e.g. `/api/GetManifest`), but are strongly encouraged
that the manifest is transferred using the `application/manifest+json` media type.
</div>
</section>
</section>
Expand Down

0 comments on commit 6246dd7

Please sign in to comment.