Skip to content

Commit d85461d

Browse files
committed
Update DefaultMap
1 parent 4beec5f commit d85461d

1 file changed

Lines changed: 82 additions & 2 deletions

File tree

src/Map/DefaultMap.php

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3005,6 +3005,18 @@ public function getFileName(): string
30053005
0 => 'qfx',
30063006
),
30073007
),
3008+
'application/vnd.ipld.car' =>
3009+
array (
3010+
'desc' =>
3011+
array (
3012+
0 => 'Archive used for storing and transporting IPLD (InterPlanetary Linked Data)',
3013+
1 => 'CAR: Content Addressable aRchive',
3014+
),
3015+
'e' =>
3016+
array (
3017+
0 => 'car',
3018+
),
3019+
),
30083020
'application/vnd.ipunplugged.rcprofile' =>
30093021
array (
30103022
'e' =>
@@ -11665,6 +11677,19 @@ public function getFileName(): string
1166511677
0 => 'ag',
1166611678
),
1166711679
),
11680+
'image/x-aseprite' =>
11681+
array (
11682+
'desc' =>
11683+
array (
11684+
0 => 'Aseprite image',
11685+
1 => 'ASE: Allegro Sprite Editor',
11686+
),
11687+
'e' =>
11688+
array (
11689+
0 => 'ase',
11690+
1 => 'aseprite',
11691+
),
11692+
),
1166811693
'image/x-bzeps' =>
1166911694
array (
1167011695
'desc' =>
@@ -12444,6 +12469,17 @@ public function getFileName(): string
1244412469
4 => 'vst',
1244512470
),
1244612471
),
12472+
'image/x-tim' =>
12473+
array (
12474+
'desc' =>
12475+
array (
12476+
0 => 'PlayStation graphics',
12477+
),
12478+
'e' =>
12479+
array (
12480+
0 => 'tim',
12481+
),
12482+
),
1244712483
'image/x-win-bitmap' =>
1244812484
array (
1244912485
'desc' =>
@@ -12980,6 +13016,18 @@ public function getFileName(): string
1298013016
0 => 'rs',
1298113017
),
1298213018
),
13019+
'text/scriptlet' =>
13020+
array (
13021+
'desc' =>
13022+
array (
13023+
0 => 'Windows scriptlet',
13024+
),
13025+
'e' =>
13026+
array (
13027+
0 => 'sct',
13028+
1 => 'wsc',
13029+
),
13030+
),
1298313031
'text/sgml' =>
1298413032
array (
1298513033
'desc' =>
@@ -15232,6 +15280,7 @@ public function getFileName(): string
1523215280
array (
1523315281
0 => 'video/fli',
1523415282
1 => 'video/x-fli',
15283+
2 => 'video/x-flc',
1523515284
),
1523615285
'desc' =>
1523715286
array (
@@ -16044,6 +16093,20 @@ public function getFileName(): string
1604416093
0 => 'text/x-common-lisp',
1604516094
),
1604616095
),
16096+
'ase' =>
16097+
array (
16098+
't' =>
16099+
array (
16100+
0 => 'image/x-aseprite',
16101+
),
16102+
),
16103+
'aseprite' =>
16104+
array (
16105+
't' =>
16106+
array (
16107+
0 => 'image/x-aseprite',
16108+
),
16109+
),
1604716110
'asf' =>
1604816111
array (
1604916112
't' =>
@@ -16574,6 +16637,7 @@ public function getFileName(): string
1657416637
't' =>
1657516638
array (
1657616639
0 => 'application/vnd.curl.car',
16640+
1 => 'application/vnd.ipld.car',
1657716641
),
1657816642
),
1657916643
'cat' =>
@@ -24443,7 +24507,8 @@ public function getFileName(): string
2444324507
array (
2444424508
't' =>
2444524509
array (
24446-
0 => 'image/x-sct',
24510+
0 => 'text/scriptlet',
24511+
1 => 'image/x-sct',
2444724512
),
2444824513
),
2444924514
'scurl' =>
@@ -25912,6 +25977,13 @@ public function getFileName(): string
2591225977
0 => 'image/tiff',
2591325978
),
2591425979
),
25980+
'tim' =>
25981+
array (
25982+
't' =>
25983+
array (
25984+
0 => 'image/x-tim',
25985+
),
25986+
),
2591525987
'timer' =>
2591625988
array (
2591725989
't' =>
@@ -27273,7 +27345,8 @@ public function getFileName(): string
2727327345
array (
2727427346
't' =>
2727527347
array (
27276-
0 => 'application/x-wonderswan-color-rom',
27348+
0 => 'text/scriptlet',
27349+
1 => 'application/x-wonderswan-color-rom',
2727727350
),
2727827351
),
2727927352
'wsdl' =>
@@ -30328,6 +30401,13 @@ public function getFileName(): string
3032830401
0 => 'video/vnd.avi',
3032930402
),
3033030403
),
30404+
'video/x-flc' =>
30405+
array (
30406+
't' =>
30407+
array (
30408+
0 => 'video/x-flic',
30409+
),
30410+
),
3033130411
'video/x-fli' =>
3033230412
array (
3033330413
't' =>

0 commit comments

Comments
 (0)