nitcorn: add the media type for `apk` extension
[nit.git] / lib / nitcorn / media_types.nit
index bf5d74a..e16798e 100644 (file)
@@ -95,6 +95,7 @@ class MediaTypes
                types["asx"]        = "video/x-ms-asf"
                types["asf"]        = "video/x-ms-asf"
                types["mng"]        = "video/x-mng"
+               types["apk"]        = "application/vnd.android.package-archive"
        end
 end