-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmimeType.json
More file actions
37 lines (37 loc) · 1.13 KB
/
mimeType.json
File metadata and controls
37 lines (37 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"css": "text/css",
"js": "application/javascript",
"html": "text/html",
"htm": "text/html",
"txt": "text/plain",
"json": "application/json",
"xml": "application/xml",
"pdf": "application/pdf",
"doc": "application/msword",
"docx": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"xls": "application/vnd.ms-excel",
"xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"ppt": "application/vnd.ms-powerpoint",
"pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
"zip": "application/zip",
"gzip": "application/gzip",
"tar": "application/x-tar",
"png": "image/png",
"jpg": "image/jpeg",
"jpeg": "image/jpeg",
"gif": "image/gif",
"bmp": "image/bmp",
"ico": "image/vnd.microsoft.icon",
"svg": "image/svg+xml",
"mp3": "audio/mpeg",
"wav": "audio/wav",
"ogg": "audio/ogg",
"mp4": "video/mp4",
"avi": "video/x-msvideo",
"mpeg": "video/mpeg",
"webm": "video/webm",
"woff": "font/woff",
"woff2": "font/woff2",
"ttf": "font/ttf",
"otf": "font/otf"
}