An electron-based WIP aesthetic file explorer ^^
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
FileKade/json/icons.json

25 lines
513 B

{
"file": {
"o": "c",
"bat": "bat",
"cert": "certificate",
"cc": "cpp",
"com": "exe",
"7zip": "zip",
"ts": "typescript",
"d.ts": "typescript",
"png": "image",
"jpg": "image",
"doc": "word",
"docx": "word",
"mp4": "video",
"gif": "image",
"js": "javascript",
"xlsx": "excel",
"xls": "excel",
"gitignore": "git"
},
"folder": {
}
}