File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ const mimeTypes = Object.freeze({
5
5
doc : 'application/msword' ,
6
6
docx : 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' ,
7
7
images : 'image/*' ,
8
+ json : 'application/json' ,
8
9
pdf : 'application/pdf' ,
9
10
plainText : 'text/plain' ,
10
11
ppt : 'application/vnd.ms-powerpoint' ,
@@ -22,6 +23,7 @@ const utis = Object.freeze({
22
23
doc : 'com.microsoft.word.doc' ,
23
24
docx : 'org.openxmlformats.wordprocessingml.document' ,
24
25
images : 'public.image' ,
26
+ json : 'public.json' ,
25
27
pdf : 'com.adobe.pdf' ,
26
28
plainText : 'public.plain-text' ,
27
29
ppt : 'com.microsoft.powerpoint.ppt' ,
@@ -40,6 +42,7 @@ const extensions = Object.freeze({
40
42
doc : '.doc' ,
41
43
docx : '.docx' ,
42
44
images : '.jpeg .jpg .png' ,
45
+ json : '.json' ,
43
46
pdf : '.pdf' ,
44
47
plainText : '.txt' ,
45
48
ppt : '.ppt' ,
You can’t perform that action at this time.
0 commit comments