Skip to content

Commit

Permalink
Merge pull request #382 from w3c/file_ext
Browse files Browse the repository at this point in the history
Drop .json as standard file ext. (closes #381)
  • Loading branch information
Marcos Caceres committed Jun 5, 2015
2 parents 7420348 + 8810018 commit 5302292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h3>
&lt;title&gt;Store finder - search&lt;/title&gt;

&lt;!-- Startup configuration --&gt;
&lt;link rel="manifest" href="manifest.json"&gt;
&lt;link rel="manifest" href="manifest.webmanifest"&gt;

&lt;!-- Fallback application metadata for legacy browsers --&gt;
&lt;meta name="application-name" content="Store Finder"&gt;
Expand Down Expand Up @@ -1599,7 +1599,7 @@ <h3>
<p>
For example, if the <var>value</var> of <code>start_url</code> is
<samp>../start_point.html</samp>, and the manifest's URL is
<samp>https://example.com/resources/manifest.json</samp>, then the
<samp>https://example.com/resources/manifest.webmanifest</samp>, then the
result of <a>URL parsing</a> would be
<samp>https://example.com/start_point.html</samp>.
</p>
Expand Down Expand Up @@ -2745,7 +2745,7 @@ <h3>
File extension(s):
</dt>
<dd>
.json, .webmanifest
.webmanifest
</dd>
<dt>
Macintosh file type code(s):
Expand Down

0 comments on commit 5302292

Please sign in to comment.