From 523434e7f45043c624165fc53e07ec14e4c13ee5 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Sun, 8 Sep 2024 17:57:21 +0300 Subject: [PATCH] Add Web Application Manifest MIME type --- conf/mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/mime.types b/conf/mime.types index 1c00d701a..22ada4d21 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -31,6 +31,7 @@ types { application/java-archive jar war ear; application/json json; application/mac-binhex40 hqx; + application/manifest+json webmanifest; application/msword doc; application/pdf pdf; application/postscript ps eps ai;