Skip to content

Commit

Permalink
Addded catalog update feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh Aggarwal committed Feb 13, 2020
1 parent ce8f11b commit bdad977
Show file tree
Hide file tree
Showing 2 changed files with 388 additions and 121 deletions.
220 changes: 220 additions & 0 deletions docs/catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,220 @@
{
"v1.0.0": {
"video": [
".mp4",
".mkv",
".m4a",
"m4v",
".f4v",
".f4a",
".m4b",
".m4r",
".f4b",
".mov",
".3gp",
".3gp2",
".3g2",
".3gpp",
".3gpp2",
".ogg",
".oga",
".ogv",
".ogx",
".wmv",
".wma",
".asf",
".webm",
".flv",
".avi",
".OP1a",
".OP-Atom",
".ts",
".wav",
".lxf",
".gxf",
".vob"
],
"music": [
".mp3",
".aa",
".aac",
".aax",
".act",
".aiff",
".amr",
".ape",
".au",
".awb",
".dct",
".dss",
".dvf",
".flac",
".gsm",
".iklax",
".ivs",
".m4a",
".m4b",
".m4p",
".mmf",
".mp3",
".mpc",
".msv",
".nmf",
".nsf",
".ogg",
".oga",
".mogg",
".opus",
".ra",
".rm",
".raw",
".sln",
".tta",
".vox",
".wav",
".wma",
".wv",
".8svx"
],
"image": [
".jfif",
".bmp",
".gif",
".jpeg",
".jpg",
".png",
".bpg",
".deep",
".drw",
".ecw",
".fits",
".flif",
".ico",
".ilbm",
".img",
".nrrd",
".pam",
".pcx",
".pgf",
".sgi",
".sid",
".tga",
".cd5",
".cpt",
".psd",
".xcf",
".pdn",
".cgm",
".afdesign",
".al",
".cdr",
".gem",
".hpgl",
".hvif",
".athml",
".naplps",
".odg",
".qcc",
".regis",
".vml",
".xar",
".xps",
".amf",
".blend",
".dgn",
".dwg",
".dxf",
".flt",
".fvrml",
".hsf",
".iges",
".imml",
".ipa",
".jt",
".ma",
".mb",
".ob",
".ply",
".prc",
".step",
".skp",
".stl",
".u3d",
".vrml",
".xaml",
".xgl",
".xvl",
"xvrml",
".x3d",
".3d",
".3df",
".3ds",
".3dxml",
".jps",
".svg"
],
"text": [
".txt",
".rtf",
".info",
".md",
".prn",
".md"
],
"compression": [
".zip",
".iso",
".rar",
".7z",
".gz",
".dmg"
],
"app": [
".exe",
".msi"
],
"script": [
".py",
".pyc",
".js",
".json",
".html",
".xml",
".css",
".c",
".cs",
".r",
".java",
".cmd",
".bat",
".db",
".sql",
".dll"
],
"otherDocs": [
".pdf",
".docx",
".docm",
".doc",
".dotm",
".dotx",
".dot",
".csv",
".xlsm",
".xlm",
".xls",
".xps",
".pptx",
".pptm",
".ppt",
".pot",
".potx",
".potm",
".pps",
".ppsm",
".ppa",
"ppam",
".eml"
]
}
}
Loading

0 comments on commit bdad977

Please sign in to comment.