From ac57058c067d343123e4f87932474114f250b89d Mon Sep 17 00:00:00 2001 From: Geoffrey Grosenbach Date: Wed, 2 Dec 2009 02:47:38 +0800 Subject: Added mime type for .manifest (HTML5 offline storage) --- lib/rack/mime.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rack/mime.rb b/lib/rack/mime.rb index 853f16bd..1414d19a 100644 --- a/lib/rack/mime.rb +++ b/lib/rack/mime.rb @@ -105,6 +105,7 @@ module Rack ".m3u" => "audio/x-mpegurl", ".m4v" => "video/mp4", ".man" => "text/troff", + ".manifest"=> "text/cache-manifest", ".mathml" => "application/mathml+xml", ".mbox" => "application/mbox", ".mdoc" => "text/troff", -- cgit v1.2.3-24-ge0c7