icon.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "html": "html.png",
  3. "htm": "html.png",
  4. "jsp": "html.png",
  5. "asp": "html.png",
  6. "js": "js.png",
  7. "avi": "other.png",
  8. "mkv": "other.png",
  9. "mov": "other.png",
  10. "ogg": "other.png",
  11. "mp4": "other.png",
  12. "mpa": "other.png",
  13. "mpe": "other.png",
  14. "mpeg": "other.png",
  15. "mpg": "other.png",
  16. "rmvb": "other.png",
  17. "doc": "doc.png",
  18. "docx": "doc.png",
  19. "dotx": "doc.png",
  20. "dot": "doc.png",
  21. "vsd": "other.png",
  22. "xls": "xls.png",
  23. "xlsx": "xls.png",
  24. "xlsm": "xls.png",
  25. "xlt": "xls.png",
  26. "xltx": "xls.png",
  27. "pptx": "ppt.png",
  28. "ppt": "ppt.png",
  29. "pot": "ppt.png",
  30. "potx": "ppt.png",
  31. "potm": "ppt.png",
  32. "css": "css.png",
  33. "mp3": "other.png",
  34. "wav": "other.png",
  35. "wma": "other.png",
  36. "wmv": "other.png",
  37. "bmp": "img.png",
  38. "gif": "img.png",
  39. "png": "img.png",
  40. "psd": "img.png",
  41. "jpeg": "img.png",
  42. "jpg": "img.png",
  43. "jpe": "img.png",
  44. "ico": "img.png",
  45. "pdf": "pdf.png",
  46. "rar": "zip.png",
  47. "txt": "text.png",
  48. "zip": "zip.png",
  49. "exe": "other.png",
  50. "unknow": "other.png"
  51. }