-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.json
68 lines (61 loc) · 1.04 KB
/
index.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"": "unknown",
"audio": "audio",
"video": "video",
"text": "text",
"archive": "archive",
".jpg": "jpg",
".jpe": "jpg",
".jpeg": "jpg",
".jfif": "jpg",
".png": "png",
".gif": "gif",
".tiff": "tiff",
".svg": "svg",
".psd": "psd",
".ai": "ai",
".dwg": "dwg",
".iso": "iso",
".mdf": "mdf",
".nrg": "nrg",
".zip": "zip",
".7z": "7z",
".7zip": "7z",
".arj": "arj",
".rar": "rar",
".gz": "archive",
".gzip": "archive",
".bz2": "archive",
".bzip2": "archive",
".tar": "archive",
".xls": "xls",
".doc": "doc",
".pdf": "pdf",
".ppt": "ppt",
".xlsx": "xls",
".docx": "doc",
".pdfx": "pdf",
".pptx": "ppt",
".rtf": "rtf",
".txt": "txt",
".md": "text",
".markdown": "text",
".avi": "avi",
".mp2": "mp2",
".mp3": "mp3",
".mp4": "mp4",
".fla": "fla",
".mxf": "mxf",
".wav": "wav",
".wma": "wma",
".aac": "aac",
".flac": "flac",
".css": "css",
".csv": "csv",
".html": "html",
".json": "json",
".js": "js",
".xml": "xml",
".dbf": "dbf",
".exe": "exe"
}