Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop .json as standard file ext. (closes #381) #382

Merged
merged 2 commits into from
Jun 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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