Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mime.json')
-rw-r--r--lib/mime.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/mime.json b/lib/mime.json
new file mode 100644
index 0000000..61d8a95
--- /dev/null
+++ b/lib/mime.json
@@ -0,0 +1,8 @@
+{
+ ".m4a": "audio/mp4",
+ ".mp3": "audio/mpeg",
+ ".mp4": "video/mp4",
+ ".pdf": "application/pdf",
+ ".wav": "audio/wav",
+ ".webm": "video/webm"
+}