This repository was archived by the owner on Jun 21, 2022. It is now read-only.
forked from owncloud/owncloud-design-system
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresourceIconExtensionMapping.json
More file actions
119 lines (119 loc) · 2.14 KB
/
resourceIconExtensionMapping.json
File metadata and controls
119 lines (119 loc) · 2.14 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"7z": "archive",
"accdb": "file",
"ai": "image",
"apk": "archive",
"bash": "code",
"bz2": "archive",
"c++": "code",
"c": "code",
"cb7": "text",
"cba": "text",
"cbr": "text",
"cbt": "text",
"cbtc": "text",
"cbz": "text",
"cc": "code",
"cdr": "image",
"cpp": "code",
"css": "code",
"csv": "spreadsheet",
"cvbdl": "text",
"deb": "archive",
"doc": "document",
"docm": "document",
"docx": "document",
"dot": "document",
"dotx": "document",
"drawio": "drawio",
"eml": "text",
"eot": "image",
"eps": "image",
"epub": "text",
"feature": "code",
"go": "code",
"gif": "image",
"gz": "archive",
"gzip": "archive",
"h": "code",
"hh": "code",
"hpp": "code",
"htm": "code",
"html": "code",
"ifc": "ifc",
"ipynb": "jupyter",
"java": "code",
"jpeg": "image",
"jpg": "image",
"js": "code",
"json": "code",
"lwp": "document",
"md": "file",
"mdb": "text",
"mov": "video",
"mp3": "audio",
"mp4": "video",
"odp": "presentation",
"odg": "graphic",
"ods": "spreadsheet",
"odt": "document",
"one": "document",
"otf": "image",
"pdf": "pdf",
"pfb": "image",
"php": "code",
"pl": "code",
"png": "image",
"pot": "presentation",
"potm": "presentation",
"potx": "presentation",
"ppa": "presentation",
"ppam": "presentation",
"pps": "presentation",
"ppsm": "presentation",
"ppsx": "presentation",
"ppt": "presentation",
"pptm": "presentation",
"pptx": "presentation",
"ps": "image",
"psd": "image",
"py": "code",
"rar": "archive",
"root": "root",
"rss": "file",
"scss": "code",
"sh": "code",
"sh-lib": "code",
"sql": "code",
"svg": "image",
"swf": "file",
"tar": "archive",
"tar.bz2": "archive",
"tar.gz": "archive",
"tbz2": "archive",
"tex": "text",
"tgz": "archive",
"ts": "code",
"ttf": "image",
"txt": "text",
"vsd": "document",
"wav": "audio",
"webm": "video",
"wmv": "video",
"woff": "image",
"wpd": "document",
"xcf": "image",
"xla": "spreadsheet",
"xlam": "spreadsheet",
"xls": "spreadsheet",
"xlsb": "spreadsheet",
"xlsm": "spreadsheet",
"xlsx": "spreadsheet",
"xlt": "spreadsheet",
"xltm": "spreadsheet",
"xltx": "spreadsheet",
"xml": "code",
"yaml": "code",
"yml": "code",
"zip": "archive"
}