Skip to content

Instantly share code, notes, and snippets.

@jonathantneal
Created May 6, 2013 03:49
Show Gist options
  • Save jonathantneal/5523258 to your computer and use it in GitHub Desktop.
Save jonathantneal/5523258 to your computer and use it in GitHub Desktop.
Mime Types JSON
{
"audio/mp4": "m4a|f4a|f4b",
"audio/ogg": "oga|ogg",
"audio/&": "mid|midi|mp3|wav",
"application/javascript": "js|jsonp",
"application/json": "json",
"application/msword": "doc|dot",
"application/octet-stream": "bin",
"application/postscript": "ai",
"application/vnd.openxmlformats-officedocument.presentationml.presentation": "pptx",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "xlsx",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": "docx",
"application/vnd.ms-excel": "xla|xls|xlt",
"application/vnd.ms-fontobject": "eot",
"application/vnd.ms-powerpoint": "pot|ppa|pps|ppt",
"application/x-shockwave-flash": "swf",
"application/xml": "atom|rdf|rss|xml",
"application/&": "pdf|rtf|zip",
"font/opentype": "otf",
"font/&": "ttf|ttc|woff",
"image/jpeg": "jpe|jpeg|jpg",
"image/svg+xml": "svg|svgz",
"image/vnd.adobe.photoshop": "psd",
"image/vnd.microsoft.icon": "ico",
"image/&": "bmp|ief|gif|png|tif|tiff|webp",
"text/cache-manifest": "appcache|manifest",
"text/plain": "txt",
"text/x-component": "htc",
"text/x-vcard": "vcf",
"text/&": "css|html|php|vtt",
"text/x-&": "markdown|md",
"video/mp4": "mp4|m4v|f4v|f4p",
"video/ogg": "ogv",
"video/quicktime": "mov|qt",
"video/&": "avi|mpg|vdo|viv|vivo|webm",
"video/x-&": "flv"
}
@xgqfrms-GitHub
Copy link

JSON

application/json

JSONP

application/javascript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment