Last active
March 6, 2019 18:04
-
-
Save rveitch/2d5f62d8684f82b26e3d37476f0df7c5 to your computer and use it in GitHub Desktop.
CoSchedule Most Popular Mime Types Map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
name: '3GP', | |
mime_type: ['video/3gpp'], | |
extension: ['3gp'] | |
}, | |
{ | |
name: 'Adobe Photoshop Document', | |
mime_type: ['application/x-photoshop'], | |
extension: ['psd'] | |
}, | |
{ | |
name: 'Apple Keynote Presentation', | |
mime_type: ['application/x-iwork-keynote-sffkey', 'application/vnd.apple.keynote'], | |
extension: ['key'] | |
}, | |
{ | |
name: 'Apple Pages Document', | |
mime_type: ['application/x-iwork-pages-sffpages', 'application/vnd.apple.pages'], | |
extension: ['pages'] | |
}, | |
{ | |
name: 'Apple Numbers Spreadsheet', | |
mime_type: ['application/x-iwork-numbers-sffnumbers', 'application/vnd.apple.numbers'], | |
extension: ['numbers'] | |
}, | |
{ | |
name: 'PDF Document', | |
mime_type: ['application/pdf'], | |
extension: ['pdf'] | |
}, | |
{ | |
name: 'AVI Video', | |
mime_type: ['video/avi'], | |
extension: ['avi'] | |
}, | |
{ | |
name: 'Binary Data', | |
mime_type: ['application/octet-stream'], | |
extension: ['bin'] | |
}, | |
{ | |
name: 'Bitmap Image', | |
mime_type: ['image/bmp'], | |
extension: ['bmp'] | |
}, | |
{ | |
name: 'Comma-Seperated Values', | |
mime_type: ['text/csv'], | |
extension: ['csv'] | |
}, | |
{ | |
name: 'Email Message', | |
mime_type: ['message/rfc822'], | |
extension: ['eml'] | |
}, | |
{ | |
name: 'Flash Video', | |
mime_type: ['video/x-flv'], | |
extension: ['flv'] | |
}, | |
{ | |
name: 'GIF Image', | |
mime_type: ['image/gif'], | |
extension: ['gif'] | |
}, | |
{ | |
name: 'HTML Document', | |
mime_type: ['text/html'], | |
extension: ['html'] | |
}, | |
{ | |
name: 'JavaScript Object Notation (JSON)', | |
mime_type: ['application/json'], | |
extension: ['json'] | |
}, | |
{ | |
name: 'JPEG Image', | |
mime_type: ['image/jpeg'], | |
extension: ['jpeg', '.jpg'] | |
}, | |
{ | |
name: 'Markdown', | |
mime_type: ['text/markdown'], | |
extension: ['md'] | |
}, | |
{ | |
name: 'M4v Video', | |
mime_type: ['video/x-m4v'], | |
extension: ['m4v'] | |
}, | |
{ | |
name: 'Microsoft Application', | |
mime_type: ['application/x-msdownload'], | |
extension: ['exe'] | |
}, | |
{ | |
name: 'Microsoft Excel Add-In', | |
mime_type: ['application/vnd.ms-excel.addin.macroEnabled.12'], | |
extension: ['xla', 'xlam'] | |
}, | |
{ | |
name: 'Microsoft Excel Spreadsheet', | |
mime_type: ['application/vnd.ms-excel', 'application/vnd.ms-excel.sheet.macroEnabled.12', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/vnd.ms-excel.sheet.binary.macroEnabled.12'], | |
extension: ['xls', 'xlsm', 'xlsx', 'xlsb'] | |
}, | |
{ | |
name: 'Microsoft Excel Template', | |
mime_type: ['application/vnd.openxmlformats-officedocument.spreadsheetml.template', 'application/vnd.ms-excel.template.macroEnabled.12'], | |
extension: ['xlt', 'xltx', 'xltm'] | |
}, | |
{ | |
name: 'Microsoft PowerPoint Add-In', | |
mime_type: ['application/vnd.ms-powerpoint.addin.macroEnabled.12'], | |
extension: ['ppam'] | |
}, | |
{ | |
name: 'Microsoft PowerPoint Presentation', | |
mime_type: ['application/vnd.openxmlformats-officedocument.presentationml.presentation', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', 'application/vnd.ms-powerpoint.presentation.macroEnabled.12', 'application/vnd.ms-powerpoint.slideshow.macroEnabled.12'], | |
extension: ['ppt', 'pot', 'pps', 'ppa', 'pptx', 'ppsx', 'pptm', 'ppsm'] | |
}, | |
{ | |
name: 'Microsoft PowerPoint Template', | |
mime_type: ['application/vnd.openxmlformats-officedocument.presentationml.template', 'application/vnd.ms-powerpoint.template.macroEnabled.12'], | |
extension: ['potx', 'potm'] | |
}, | |
{ | |
name: 'Microsoft Publisher Document', | |
mime_type: ['application/vnd.ms-publisher'], | |
extension: ['pub'] | |
}, | |
{ | |
name: 'Microsoft Windows Media Video', | |
mime_type: ['video/x-ms-wmv'], | |
extension: ['wmv'] | |
}, | |
{ | |
name: 'Microsoft Word Document', | |
mime_type: ['application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.ms-word.document.macroEnabled.12'], | |
extension: ['doc', 'docx', 'docm'] | |
}, | |
{ | |
name: 'Microsoft Word Template', | |
mime_type: ['application/vnd.openxmlformats-officedocument.wordprocessingml.template', 'application/vnd.ms-word.template.macroEnabled.12'], | |
extension: ['dot', 'dotx', 'dotm'] | |
}, | |
{ | |
name: 'MPEG Audio', | |
mime_type: ['audio/mpeg'], | |
extension: ['mpga'] | |
}, | |
{ | |
name: 'MPEG Video', | |
mime_type: ['video/mpeg'], | |
extension: ['mpeg'] | |
}, | |
{ | |
name: 'MP3 Audio', | |
mime_type: ['audio/mp3'], | |
extension: ['mp3'] | |
}, | |
{ | |
name: 'MPEG-4 Audio', | |
mime_type: ['audio/mp4', 'audio/x-m4a'], | |
extension: ['mp4a', 'm4a'] | |
}, | |
{ | |
name: 'MPEG-4 Video', | |
mime_type: ['video/mp4'], | |
extension: ['mp4'] | |
}, | |
{ | |
name: 'Ogg Video', | |
mime_type: ['video/ogg'], | |
extension: ['ogv'] | |
}, | |
{ | |
name: 'OpenDocument Text', | |
mime_type: ['application/vnd.oasis.opendocument.text'], | |
extension: ['odt'] | |
}, | |
{ | |
name: 'Photoshop Document', | |
mime_type: ['image/vnd.adobe.photoshop'], | |
extension: ['psd'] | |
}, | |
{ | |
name: 'PNG Image', | |
mime_type: ['image/png'], | |
extension: ['png'] | |
}, | |
{ | |
name: 'PostScript', | |
mime_type: ['application/postscript'], | |
extension: ['ai'] | |
}, | |
{ | |
name: 'Quicken', | |
mime_type: ['application/vnd.intu.qfx'], | |
extension: ['qfx'] | |
}, | |
{ | |
name: 'QuickTime Video', | |
mime_type: ['video/quicktime'], | |
extension: ['qt'] | |
}, | |
{ | |
name: 'Rich Text Format', | |
mime_type: ['text/rtf'], | |
extension: ['rtf'] | |
}, | |
{ | |
name: 'Scalable Vector Graphics (SVG)', | |
mime_type: ['image/svg+xml'], | |
extension: ['svg'] | |
}, | |
{ | |
name: 'TIFF Image', | |
mime_type: ['image/tiff'], | |
extension: ['tiff'] | |
}, | |
{ | |
name: 'Text File', | |
mime_type: ['text/plain'], | |
extension: ['txt'] | |
}, | |
{ | |
name: 'Waveform Audio', | |
mime_type: ['audio/wav'], | |
extension: ['wav'] | |
}, | |
{ | |
name: 'WebP Image', | |
mime_type: ['image/webp'], | |
extension: ['webp'] | |
}, | |
{ | |
name: 'Zip Archive', | |
mime_type: ['application/zip', 'application/x-zip-compressed'], | |
extension: ['zip'] | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changes
Adobe Photoshop --> Adobe Photoshop Document
Adobe Portable Document Format --> PDF Document
Compressed Zip Archive --> ZIP Archive
Microsoft Office - OOXML - Presentation --> Microsoft PowerPoint Presentation
Microsoft Office - OOXML - Spreadsheet --> Microsoft Excel Spreadsheet
Microsoft Office - OOXML - Spreadsheet Template --> Microsoft Excel Template
Microsoft Office - OOXML - Word Document --> Microsoft Word Document
Microsoft Office - OOXML - Word Document Template --> Microsoft Word Template
Microsoft PowerPoint --> Microsoft PowerPoint Presentation
Microsoft Publisher --> Microsoft Publisher Document
Microsoft Word --> Microsoft Word Document
Portable Network Graphics (PNG) --> PNG Image
Tagged Image File Format --> TIFF Image
HyperText Markup Language (HTML) --> HTML Document
Graphics Interchange Format --> GIF Image
Quicktime Video --> QuickTime Video
Bitmap Image File --> Bitmap Image
M4v --> M4v Video
Items that aren't in there
name: 'Apple Keynote Presentation'
extension: 'key'
name: 'Apple Pages Document'
extension: 'pages'
name: 'Apple Numbers Spreadsheet'
extension: 'numbers'