From 6b6fa6efebcf1231ab3ebdc6fb83e112fcb506f9 Mon Sep 17 00:00:00 2001 From: James Long Date: Thu, 31 May 2012 16:48:16 -0400 Subject: [PATCH] add the x-web-app-manifest-json mimetype for webapp files --- nginx/mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/mime.types b/nginx/mime.types index eac0fcf..02a8b1a 100644 --- a/nginx/mime.types +++ b/nginx/mime.types @@ -57,6 +57,7 @@ types { application/x-shockwave-flash swf; application/x-stuffit sit; application/x-tcl tcl tk; + application/x-web-app-manifest+json webapp; application/x-x509-ca-cert der pem crt; application/x-xpinstall xpi; application/zip zip;