From 09e7d66cb094723a1ef6e1cfeca29f6c5b799090 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 1 Jun 2015 14:12:34 -0400 Subject: [PATCH 1/2] Drop .json as standard file ext. (closes #381) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6a79db725..589431f86 100644 --- a/index.html +++ b/index.html @@ -2745,7 +2745,7 @@

File extension(s):
- .json, .webmanifest + .webmanifest
Macintosh file type code(s): From 8810018e0450c9fb97ab314718d51e9f4f27e044 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 1 Jun 2015 14:15:05 -0400 Subject: [PATCH 2/2] Fixed examples to use .webmanifest --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 589431f86..7a35e85fb 100644 --- a/index.html +++ b/index.html @@ -182,7 +182,7 @@

<title>Store finder - search</title> <!-- Startup configuration --> -<link rel="manifest" href="manifest.json"> +<link rel="manifest" href="manifest.webmanifest"> <!-- Fallback application metadata for legacy browsers --> <meta name="application-name" content="Store Finder"> @@ -1599,7 +1599,7 @@

For example, if the value of start_url is ../start_point.html, and the manifest's URL is - https://example.com/resources/manifest.json, then the + https://example.com/resources/manifest.webmanifest, then the result of URL parsing would be https://example.com/start_point.html.