From 6c098fe359c9510a9668e041b27084e524224ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Mon, 6 Apr 2015 22:25:22 +0300 Subject: [PATCH] =?UTF-8?q?Map=20`.manifest`=20=E2=86=92=20`text/cache-man?= =?UTF-8?q?ifest`=20media=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The specification for the manifest file for web applications was recently updated¹ and it changed one of the recommended file extensions from `.manifest` to the unique `.webmanifest`². - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ¹ https://github.com/w3c/manifest/commit/0eecadd09074746a657d806131a39e2f7bdc962f ² https://github.com/w3c/manifest/issues/346 --- CHANGELOG.md | 1 + mime.types | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e90a9..1c0f89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### HEAD +* Map the `.manifest` file extension to the `text/cache-manifest` media type. * Update the list of resources to be compressed ([d7e0e1b](https://github.com/h5bp/server-configs-nginx/commit/d7e0e1b)). * Update `mime.types` diff --git a/mime.types b/mime.types index 8e51de5..32abdf1 100644 --- a/mime.types +++ b/mime.types @@ -19,6 +19,7 @@ types { # Manifest files + application/manifest+json webmanifest; application/x-web-app-manifest+json webapp; text/cache-manifest appcache;